Struct elrond_codec::OwnedBytesNestedDecodeInput[][src]

pub struct OwnedBytesNestedDecodeInput { /* fields omitted */ }
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.

Read the exact number of bytes required to fill the given buffer. Exit early if there are not enough bytes to fill the result. Read more

True if all data from the buffer has already been used.

Read a single byte from the input.

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

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.