ToStringVec

Trait ToStringVec 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl ToStringVec for Vec<PathBuf>

Implementors§