Type Alias libp2p_websocket::WrapperFn

source ยท
pub type WrapperFn<T> = fn(_: Connection<T>, _: ConnectedPoint) -> RwStreamSink<BytesConnection<T>>;
Expand description

Function type that wraps a websocket connection (see. wrap_connection).