nu_test_support::playground::nu_process

Trait Executable

Source
pub trait Executable {
    // Required method
    fn execute(&mut self) -> Result<Outcome, NuError>;
}

Required Methods§

Source

fn execute(&mut self) -> Result<Outcome, NuError>

Implementors§