You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a simple xml where there are an attribute and an inner element with the same name and i get the error conflicting implementations of trait "yaserde::Visitor<'_>" for type "_IMPL_YA_DESERIALIZE_FOR..."
<car type="suv">
<type>new</type>
</car>
is it possible to parse it with yaserde?
thanks in advance
The text was updated successfully, but these errors were encountered:
i have a simple xml where there are an attribute and an inner element with the same name and i get the error
conflicting implementations of trait "yaserde::Visitor<'_>" for type "_IMPL_YA_DESERIALIZE_FOR..."
is it possible to parse it with yaserde?
thanks in advance
The text was updated successfully, but these errors were encountered: