Searched refs:FlushIn (Results 1 – 2 of 2) sorted by relevance
804 pub struct FlushIn { struct810 unsafe impl DataInit for FlushIn {} argument
867 let FlushIn { in flush() localVariable872 } = FlushIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in flush()