pub struct OwnedBytesNestedDecodeInput { /* private fields */ }
Expand description

A nested decode buffer that owns its data.

Implementations§

Trait Implementations§

The remaining length of the input data.
Read the exact number of bytes required to fill the given buffer, without consuming the underlying bytes. Read more
Read & consume the exact number of bytes required to fill the given buffer. Read more
True if all data from the buffer has already been used.
Read a single byte from the input.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.