Type Definition boxxy::shell::NativeCommand[][src]

type NativeCommand = fn(_: &mut Shell, _: Vec<String>) -> Result<(), Error>;

Trait Implementations

impl From<NativeCommand> for Command
[src]

Performs the conversion.