pub trait Into<String> {
    fn into(self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors