Searched refs:VecU8 (Results 1 – 2 of 2) sorted by relevance
13 pub(crate) trait VecU8: AsMut<Vec<u8>> + private::Sealed {} interface15 impl VecU8 for Vec<u8> {}16 impl VecU8 for &mut Vec<u8> {} impl44 V: VecU8,
1 use crate::io::util::vec_with_initialized::{into_read_buf_parts, VecU8, VecWithInitialized};39 pub(super) fn read_to_end_internal<V: VecU8, R: AsyncRead + ?Sized>( in read_to_end_internal() argument60 fn poll_read_to_end<V: VecU8, R: AsyncRead + ?Sized>( in poll_read_to_end() argument