Function at_least

Source
pub fn at_least<B: Buf>(buf: &mut B, len: usize) -> Result<(), Error>
Expand description

Checks if the buffer has at least len bytes remaining. Returns an Error::EndOfBuffer if not.