Home
last modified time | relevance | path

Searched refs:VecU8 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/src/io/util/
Dvec_with_initialized.rs13 pub(crate) trait VecU8: AsMut<Vec<u8>> + private::Sealed {} interface
15 impl VecU8 for Vec<u8> {}
16 impl VecU8 for &mut Vec<u8> {} impl
44 V: VecU8,
Dread_to_end.rs1 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() argument
60 fn poll_read_to_end<V: VecU8, R: AsyncRead + ?Sized>( in poll_read_to_end() argument