Trait abxml::model::NamespaceEnd [] [src]

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

Required Methods

Implementors