Struct tk_http::websocket::Error
[−]
pub struct Error(_);
Websocket Error works both for client and server connections
Methods
impl Error
[src]
fn custom<E: Into<Box<Error + Send + Sync>>>(err: E) -> Error
Create an error instance wrapping custom error
Trait Implementations
impl Debug for Error
[src]
impl Display for Error
impl From<ErrorEnum> for Error
fn from(err: ErrorEnum) -> Self
Performs the conversion.