ToArg

Trait ToArg 

Source
pub trait ToArg {
    // Required method
    fn to_arg(&self) -> Vec<String>;
}

Required Methods§

Source

fn to_arg(&self) -> Vec<String>

Implementations on Foreign Types§

Source§

impl ToArg for String

Source§

fn to_arg(&self) -> Vec<String>

Source§

impl ToArg for PathBuf

Source§

fn to_arg(&self) -> Vec<String>

Source§

impl<T: ToArg> ToArg for &T

Source§

fn to_arg(&self) -> Vec<String>

Source§

impl<T: ToArg> ToArg for Vec<T>

Source§

fn to_arg(&self) -> Vec<String>

Implementors§