Searched defs:DecodeOwned (Results 1 – 2 of 2) sorted by relevance
168 struct DecodeOwned { struct169 path: Utf8PathBuf,172 impl<'de> TestTrait<'de> for DecodeOwned { implementation
61 pub trait DecodeOwned: for<'a> Decode<'a> {} interface