Searched refs:InitIn (Results 1 – 2 of 2) sorted by relevance
914 pub struct InitIn { struct920 unsafe impl DataInit for InitIn {} argument
886 let InitIn { in init() localVariable891 } = InitIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in init()