IntoStr

Trait IntoStr 

Source
pub trait IntoStr {
    // Required method
    fn into(&self) -> &str;
}

Required Methods§

Source

fn into(&self) -> &str

Implementations on Foreign Types§

Source§

impl IntoStr for &str

Source§

fn into(&self) -> &str

Source§

impl IntoStr for String

Source§

fn into(&self) -> &str

Implementors§