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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.