Searched refs:resize_out_vec (Results 1 – 1 of 1) sorted by relevance
520 pub fn resize_out_vec<D: Default + Deserialize>(&self, out_vec: &mut Vec<D>) -> Result<()> { in resize_out_vec() method631 pub fn resize_out_vec<D: Default + Deserialize>(&self, out_vec: &mut Vec<D>) -> Result<()> { in resize_out_vec() method632 self.borrowed_ref().resize_out_vec(out_vec) in resize_out_vec()