ExecItemFuture

Type Alias ExecItemFuture 

Source
pub type ExecItemFuture = Pin<Box<dyn Future<Output = Result<()>> + Send + 'static>>;

Aliased Typeยง

pub struct ExecItemFuture { /* private fields */ }