[][src]Trait abxml::model::TypeSpec

pub trait TypeSpec {
    fn get_id(&self) -> Result<u16, Error>;
fn get_amount(&self) -> Result<u32, Error>;
fn get_flag(&self, index: u32) -> Result<u32, Error>; }

Required methods

fn get_id(&self) -> Result<u16, Error>

fn get_amount(&self) -> Result<u32, Error>

fn get_flag(&self, index: u32) -> Result<u32, Error>

Loading content...

Implementors

impl TypeSpec for TableTypeSpecBuf[src]

impl<'a> TypeSpec for TypeSpecWrapper<'a>[src]

Loading content...