[][src]Trait meio_ws::Protocol

pub trait Protocol: Send + 'static {
    type Decode: ProtocolData;
    type Encode: ProtocolData;
}

Associated Types

Loading content...

Implementors

Loading content...