Trait nu_cmd_base::input_handler::CmdArgument

source ·
pub trait CmdArgument {
    // Required method
    fn take_cell_paths(&mut self) -> Option<Vec<CellPath>>;
}

Required Methods§

Implementors§