Trait AnnotationType

Source
pub trait AnnotationType {
    // Required method
    fn member_name(&self) -> Vec<u8> ;
}

Required Methods§

Source

fn member_name(&self) -> Vec<u8>

Implementors§