Searched refs:into_slice (Results 1 – 2 of 2) sorted by relevance
147 pub fn into_slice(self) -> &'a [T] { in into_slice() function269 let slice: &[u8] = r.into_slice(); in test_deprecated_into_slice()
1504 let ptr: *mut [T] = iter.into_slice(); in test_kvec_retain()