pub fn read_request<'a, R: BufRead + 'a, T, E: From<Error>, F: FnOnce(u16, Reader<'_>, &Reader<'_>) -> Result<T, E>>(
reader: &mut R,
f: F,
) -> Result<T, E>
Expand description
Read a ShellAC
Request without allocating. You should not need this