mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 14:08:23 +00:00
xml: Move XmlRoot implementation into dedicated derive macro
This commit is contained in:
@@ -86,4 +86,4 @@ pub trait XmlRootParseStr<'i>: XmlRoot + XmlDeserialize {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'i, T: XmlRoot + XmlDeserialize> XmlRootParseStr<'i> for T {}
|
||||
impl<T: XmlRoot + XmlDeserialize> XmlRootParseStr<'_> for T {}
|
||||
|
||||
Reference in New Issue
Block a user