Function system_interface::io::peek_from_bufread
source ยท pub fn peek_from_bufread<BR: BufRead>(
buf_read: &mut BR,
buf: &mut [u8],
) -> Result<usize>
Expand description
Implement peek
for types that implement BufRead
.