Into

Trait Into 

Source
pub trait Into<String> {
    // Required method
    fn into(self) -> String;
}

Required Methods§

Source

fn into(self) -> String

Implementations on Foreign Types§

Source§

impl Into<String> for String

Source§

fn into(self) -> String

Implementors§