[][src]Type Definition mobc::ResultFuture

type ResultFuture<T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send>>;

Result Future Pin<Box<dyn Future<Output = Result<T, E>> + Send>>