pub trait WebsocketTx: SinkExt<String, Error = LiveViewError> { }

Implementors§