Struct pbcodec::Error [] [src]

pub struct Error<T> {
    pub stream: T,
    pub error: TrackableError<ErrorKind>,
}

Fields

Trait Implementations

impl<T: Debug> Debug for Error<T>
[src]

[src]

Formats the value using the given formatter.

impl<T> Display for Error<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Debug> Error for Error<T>
[src]

[src]

A short description of the error. Read more

[src]

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

impl<T> Trackable for Error<T>
[src]

Event type which a history of an instance of this type can have.

[src]

Enables tracking of this instance.

[src]

Disables tracking of this intance.

[src]

Returns the reference of the tracking history of this instance.

[src]

Returns the mutable reference of the tracking history of this instance.

[src]

Add an event into the tail of the history of this instance. Read more

[src]

Returns true if tracking of this instance is enabled, otherwise false.