pub trait WebsocketRx: StreamExt<Item = Result<String, LiveViewError>> { }

Implementors§