yaxpeax_arch::annotation

Trait FieldDescription

Source
pub trait FieldDescription {
    // Required methods
    fn id(&self) -> u32;
    fn is_separator(&self) -> bool;
}

Required Methods§

Source

fn id(&self) -> u32

Source

fn is_separator(&self) -> bool

Implementors§