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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> WebsocketTx for T
where T: SinkExt<String, Error = LiveViewError>,