[][src]Type Definition mobc::AnyFuture

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

Future alias