Trait gpgme::context::ProgressHandler
[−]
[src]
pub trait ProgressHandler: 'static + Send {
fn handle(&mut self, info: ProgressInfo);
}