Struct tk_http::websocket::Error [] [src]

pub struct Error(_);

Websocket Error works both for client and server connections

Methods

impl Error
[src]

Create an error instance wrapping custom error

Trait Implementations

impl Display for Error
[src]

Formats the value using the given formatter.

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<ErrorEnum> for Error
[src]

Performs the conversion.

impl Error for Error
[src]

A short description of the error. Read more

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