Trait AsyncOperation

Source
pub trait AsyncOperation {
    // Required method
    fn get_result(&mut self) -> OperationResult;
}

Required Methods§

Implementors§