Searched refs:chain_mut (Results 1 – 2 of 2) sorted by relevance
22 let mut buf = (&mut a[..]).chain_mut(&mut b[..]); in writing_chained()
902 fn chain_mut<U: BufMut>(self, next: U) -> Chain<Self, U> in chain_mut() method