Skip to main content

Executable

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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§