Searched refs:into_read_buf_parts (Results 1 – 2 of 2) sorted by relevance
1 use crate::io::util::vec_with_initialized::{into_read_buf_parts, VecU8, VecWithInitialized};82 let read_buf_parts = into_read_buf_parts(read_buf); in poll_read_to_end()
126 pub(crate) fn into_read_buf_parts(rb: ReadBuf<'_>) -> ReadBufParts { in into_read_buf_parts() function