Enum tars_stream::errors::DecodeErr[]

pub enum DecodeErr {
    NoEnoughDataErr,
    UnknownTarsTypeErr,
    TarsTagNotFoundErr,
    MisMatchTarsTypeErr,
    WrongSimpleListTarsTypeErr,
    InvalidEnumValue,
    FieldNotFoundErr(String),
    TypeNotFoundErr(String),
    TupKeyNotFoundErr,
    UnsupportTupVersionErr,
}

Variants

Trait Implementations

impl Debug for DecodeErr
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DecodeErr
[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 DecodeErr
[src]

impl Display for DecodeErr

Formats the value using the given formatter. Read more

impl Error for DecodeErr

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for DecodeErr

impl Sync for DecodeErr