Searched defs:JsonUnexpected (Results 1 – 2 of 2) sorted by relevance
465 struct JsonUnexpected<'a>(de::Unexpected<'a>); struct467 impl<'a> Display for JsonUnexpected<'a> { implementation
478 struct JsonUnexpected<'a>(de::Unexpected<'a>); struct480 impl<'a> Display for JsonUnexpected<'a> { implementation