pub trait GetNameString {
    fn get_name_for_display(&self, env: &GlobalEnv) -> String;
}

Required methods

Implementors