pub trait ToString2 {
    // Required method
    fn to_string2(&self) -> String;
}

Required Methods§

Implementors§