Searched defs:FileSerdeWrapper (Results 1 – 1 of 1) sorted by relevance
393 pub struct FileSerdeWrapper(#[serde(with = "with_as_descriptor")] pub File); struct395 impl fmt::Debug for FileSerdeWrapper { implementation401 impl From<File> for FileSerdeWrapper { implementation413 impl Deref for FileSerdeWrapper { implementation420 impl DerefMut for FileSerdeWrapper { implementation