pub trait TryIntoXML {
    fn try_xml(&self) -> GlifParserResult<Element>;
}

Required Methods§

Implementors§