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

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

A type-erased completion future that cannot be send across threads.