Searched refs:BatchForgetIn (Results 1 – 2 of 2) sorted by relevance
650 pub struct BatchForgetIn { struct654 unsafe impl DataInit for BatchForgetIn {} implementation
1382 let BatchForgetIn { count, .. } = in batch_forget() localVariable1383 BatchForgetIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in batch_forget()