[][src]Function quinn::read_to_end

pub fn read_to_end<T: Read>(stream: T, size_limit: usize) -> ReadToEnd<T>

Uses unordered reads to be more efficient than using AsyncRead would allow