Type Definition mv_async_vm::async_vm::AsyncResult  
source · [−]pub type AsyncResult<'r> = Result<AsyncSuccess<'r>, AsyncError>;Expand description
Result type for operations of an AsyncSession.
pub type AsyncResult<'r> = Result<AsyncSuccess<'r>, AsyncError>;Result type for operations of an AsyncSession.