Type Definition completion::stream::BoxCompletionStream[][src]

type BoxCompletionStream<'a, T> = Pin<Box<dyn CompletionStream<Item = T> + Send + 'a>>;
This is supported on crate feature alloc only.

A type-erased completion future.