Trait abxml::model::NamespaceEnd

source ·
pub trait NamespaceEnd {
    fn get_line(&self) -> Result<u32, Error>;
    fn get_prefix<S: StringTable>(
        &self,
        string_table: &S
    ) -> Result<Rc<String>, Error>; fn get_namespace<S: StringTable>(
        &self,
        string_table: &S
    ) -> Result<Rc<String>, Error>; }

Required Methods

Implementors