Skip to main content

ShellCommandExecutorFuture

Type Alias ShellCommandExecutorFuture 

Source
pub type ShellCommandExecutorFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T>> + Send + 'a>>;

Aliased Typeยง

pub struct ShellCommandExecutorFuture<'a, T> { /* private fields */ }