[][src]Trait strong_xml::XmlReadOwned

pub trait XmlReadOwned: for<'s> XmlRead<'s> { }

Implementors

impl<T> XmlReadOwned for T where
    T: for<'s> XmlRead<'s>, 
[src]

Loading content...