Trait gpgme::context::StatusHandler
[−]
[src]
pub trait StatusHandler: 'static + Send {
fn handle(&mut self, keyword: StrResult, args: StrResult) -> Result<()>;
}