[][src]Trait async_shell::ChildExt

pub trait ChildExt {
#[must_use]    fn spawn_async<'life0, 'async_trait>(
        &'life0 mut self,
        stdin: Option<Vec<u8>>,
        timeout: Option<Duration>,
        max_size: Option<usize>
    ) -> Pin<Box<dyn Future<Output = Result<SpawnAsyncOutput>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn spawn_async<'life0, 'async_trait>(
    &'life0 mut self,
    stdin: Option<Vec<u8>>,
    timeout: Option<Duration>,
    max_size: Option<usize>
) -> Pin<Box<dyn Future<Output = Result<SpawnAsyncOutput>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementations on Foreign Types

impl ChildExt for Command[src]

Loading content...

Implementors

Loading content...