Struct varu64::nb::Decoder [−][src]
pub struct Decoder { /* fields omitted */ }
Expand description
State for the nonblocking decoding.
Implementations
Decode a VarU64 from the input. The decoder can be reused as many times as you want.
Returns how many bytes have been read. A None
is returned if more input is needed.