Trait abxml::model::Identifier

source ·
pub trait Identifier {
    fn get_package(&self) -> u8;
    fn get_spec(&self) -> u8;
    fn get_id(&self) -> u16;
}

Required Methods

Implementations on Foreign Types

Implementors