CliStr

Trait CliStr 

Source
pub trait CliStr {
    // Required method
    fn cli_str(&self) -> String;
}

Required Methods§

Source

fn cli_str(&self) -> String

Implementations on Foreign Types§

Source§

impl CliStr for Command

Source§

fn cli_str(&self) -> String

Implementors§