Skip to main content

CmdArgument

Trait CmdArgument 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§