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

Required Methods§

Implementors§