Type Alias WsMessageKind

Source
pub type WsMessageKind = WsMessageKind;

Aliased Type§

enum WsMessageKind {
    Binary,
    Text,
}

Variants§

§

Binary

§

Text