Searched defs:DecodeBoxed (Results 1 – 1 of 1) sorted by relevance
201 struct DecodeBoxed { struct202 path: Box<Utf8Path>,205 impl<'de> TestTrait<'de> for DecodeBoxed { implementation