Skip to main content

AsyncDropFuture

Type Alias AsyncDropFuture 

Source
pub type AsyncDropFuture<'a> = Pin<Box<dyn Future<Output = Result<(), String>> + Send + 'a>>;
Expand description

The future type returned by AsyncDrop::async_drop.

Aliased Typeยง

pub struct AsyncDropFuture<'a> { /* private fields */ }