pub type AsyncResult<'r> = Result<AsyncSuccess<'r>, AsyncError>;
Expand description

Result type for operations of an AsyncSession.