Struct serial_line_ip::Decoder

source ·
pub struct Decoder { /* private fields */ }
Expand description

SLIP decode context

Implementations§

Create a new context for SLIP decoding

SLIP decode the input slice into the output slice.

This returns the number of bytes processed, an output slice and an indication of the end of the packet.

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.