kvarn::websocket

Enum Error

source
pub enum Error {
    WebSocketUnsupported,
}
Available on crate feature websocket only.
Expand description

Error from WebSocket operations

Variants§

§

WebSocketUnsupported

WebSocket currently isn’t supported for HTTP/3 nor HTTP/2.

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl Freeze for Error

§

impl RefUnwindSafe for