pub struct NestedReader<'r, R: Reader> { /* private fields */ }
Expand description

Reader type used by Reader::read_prefixed.

Trait Implementations

Read as much data as is needed to exactly fill out. Read more
Get the length of the remaining data after Base64 decoding.
Is decoding finished?
Decode length-prefixed data. Read more
Decodes [u8] from byte[n] as described in RFC4251 § 5: Read more
Decode a string as described in RFC4251 § 5: Read more
Drain the given number of bytes from the reader, discarding them.
Decode a u32 length prefix, and then drain the length of the body. Read more
Finish decoding, returning the given value if there is no remaining data, or an error otherwise. Read more

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.

Should always be Self
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.