[][src]Trait gpgme::ProgressHandler

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

Required methods

fn handle(&mut self, info: ProgressInfo)

Loading content...

Implementors

impl<T: UnwindSafe + Send> ProgressHandler for T where
    T: FnMut(ProgressInfo), 
[src]

Loading content...