Searched defs:FileSerdeWrapper (Results 1 – 1 of 1) sorted by relevance
408 pub struct FileSerdeWrapper(#[serde(with = "with_as_descriptor")] pub File); struct410 impl fmt::Debug for FileSerdeWrapper { implementation416 impl From<File> for FileSerdeWrapper { implementation428 impl Deref for FileSerdeWrapper { implementation435 impl DerefMut for FileSerdeWrapper { implementation