pub type WrapperFn<T> = fn(Connection<T>, ConnectedPoint) -> RwStreamSink<BytesConnection<T>>;
Expand description
Function type that wraps a websocket connection (see. wrap_connection
).
pub type WrapperFn<T> = fn(Connection<T>, ConnectedPoint) -> RwStreamSink<BytesConnection<T>>;
Function type that wraps a websocket connection (see. wrap_connection
).