Type Definition completion::future::BoxCompletionFuture[][src]

type BoxCompletionFuture<'a, T> = Pin<Box<dyn CompletionFuture<Output = T> + Send + 'a>>;
This is supported on crate feature alloc only.

A type-erased completion future.