pub type DynSinkFuture<'scope, E> = Pin<Box<dyn Future<Output = Result<(), E>> + Send + 'scope>>;
Expand description

Erased type for the scoped future.

Aliased Type§

struct DynSinkFuture<'scope, E> { /* private fields */ }