pub trait ViewExtManual: 'static {
    // Required method
    fn get_mark_attributes(
        &self,
        category: &str,
        priority: &mut i32
    ) -> Option<MarkAttributes>;
}

Required Methods§

source

fn get_mark_attributes( &self, category: &str, priority: &mut i32 ) -> Option<MarkAttributes>

Implementors§