Trait argparsnip::IntoStr[][src]

pub trait IntoStr {
    fn into(&self) -> &str;
}

Required methods

Implementations on Foreign Types

Implementors