Trait strong_xml::XmlReadOwned[][src]

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

Implementors

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