pub trait ThreadSafeWsConnection: WsConnection + Send + 'static { }
Expand description

Trait only when not using wasm, adding the send marker trait

Implementations on Foreign Types§

source§

impl ThreadSafeWsConnection for WebSocketStream<MaybeTlsStream<TcpStream>>

Implementors§