Struct mux::Rerr [] [src]

pub struct Rerr {
    pub msg: String,
}

Representation of a mux Rerr frame.

An Rerr is sent from the server in the even that the server failed to interpret or act on a request T message.

Fields

Description of the error.

Trait Implementations

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

impl Debug for Rerr
[src]

Formats the value using the given formatter.