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

Required Methods§

Implementors§