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

Required Methods§

Implementors§