Trait abxml::model::TagEnd

source ·
pub trait TagEnd {
    fn get_id(&self) -> Result<u32, Error>;
}

Required Methods

Implementors