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

Required Methods§

Implementors§