Struct bytecodec::combinator::MaybeEos [] [src]

pub struct MaybeEos<D> { /* fields omitted */ }

Combinator for ignoring EOS if there is no item being decoded.

This is created by calling DecodeExt::maybe_eos.

Methods

impl<D> MaybeEos<D>
[src]

Important traits for &'a mut W
[src]

Returns a reference to the inner decoder.

Important traits for &'a mut W
[src]

Returns a mutable reference to the inner decoder.

[src]

Takes ownership of this instance and returns the inner decoder.

Trait Implementations

impl<D: Debug> Debug for MaybeEos<D>
[src]

[src]

Formats the value using the given formatter. Read more

impl<D: Default> Default for MaybeEos<D>
[src]

[src]

Returns the "default value" for a type. Read more

impl<D: Decode> Decode for MaybeEos<D>
[src]

The type of items to be decoded.

[src]

Consumes the given buffer (a part of a byte sequence), and decodes an item from it. Read more

[src]

Returns the lower bound of the number of bytes needed to decode the next item. Read more

Auto Trait Implementations

impl<D> Send for MaybeEos<D> where
    D: Send

impl<D> Sync for MaybeEos<D> where
    D: Sync