mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +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