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

Implementors§

source§

impl<T> XmlReadOwned for Twhere T: for<'s> XmlRead<'s>,