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

Erased type for the locally scoped future.

Aliased Type§

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