Enum tars_stream::errors::TarsTypeErr[]

pub enum TarsTypeErr {
    DisMatchTarsTypeErr,
}

Variants

Trait Implementations

impl Debug for TarsTypeErr
[src]

Formats the value using the given formatter. Read more

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

impl Display for TarsTypeErr

Formats the value using the given formatter. Read more

impl Error for TarsTypeErr

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for TarsTypeErr

impl Sync for TarsTypeErr