Enum tars_stream::errors::EncodeErr[]

pub enum EncodeErr {
    TooBigTagErr,
    ConvertU8Err,
    BufferTooBigErr,
}

Variants

Trait Implementations

impl Debug for EncodeErr
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EncodeErr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EncodeErr
[src]

impl Display for EncodeErr

Formats the value using the given formatter. Read more

impl Error for EncodeErr

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for EncodeErr

impl Sync for EncodeErr