Trait gpgme::ProgressHandler[][src]

pub trait ProgressHandler: UnwindSafe + Send {
    fn handle(&mut self, info: ProgressInfo);
}

Required Methods

Implementors