pub trait ThreadSafeWsConnection:
WsConnection
+ Send
+ 'static { }
Expand description
Trait only when not using wasm, adding the send marker trait
pub trait ThreadSafeWsConnection:
WsConnection
+ Send
+ 'static { }
Trait only when not using wasm, adding the send marker trait