[][src]Trait rustils::parse::string::ToStr

pub trait ToStr {
    fn to_str(self) -> &'static str;
}

Required methods

fn to_str(self) -> &'static str

Loading content...

Implementations on Foreign Types

impl ToStr for String[src]

Loading content...

Implementors

Loading content...