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