[−][src]Trait nu_engine::WholeStreamCommand
Required methods
fn name(&self) -> &str[src]
fn usage(&self) -> &str[src]
#[must_use]fn run<'life0, 'async_trait>(
&'life0 self,
args: CommandArgs
) -> Pin<Box<dyn Future<Output = Result<OutputStream, ShellError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
args: CommandArgs
) -> Pin<Box<dyn Future<Output = Result<OutputStream, ShellError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Provided methods
fn signature(&self) -> Signature[src]
fn is_binary(&self) -> bool[src]
fn is_internal(&self) -> bool[src]
fn examples(&self) -> Vec<Example>[src]
Implementations on Foreign Types
impl WholeStreamCommand for Block[src]
fn name(&self) -> &str[src]
fn signature(&self) -> Signature[src]
fn usage(&self) -> &str[src]
fn run<'life0, 'async_trait>(
&'life0 self,
args: CommandArgs
) -> Pin<Box<dyn Future<Output = Result<OutputStream, ShellError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
args: CommandArgs
) -> Pin<Box<dyn Future<Output = Result<OutputStream, ShellError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,