macro_rules! stream_len_cond {
($buf:expr, $bytes:expr) => { ... };
}
Expand description
Returns a buffer length error if there are not enough bytes
macro_rules! stream_len_cond {
($buf:expr, $bytes:expr) => { ... };
}
Returns a buffer length error if there are not enough bytes