entropy_protocol::protocol_transport

Trait ThreadSafeWsConnection

Source
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§