Trait StreamingApi

Source
pub trait StreamingApi {
    // Required method
    fn ws_post(&self) -> Box<dyn Future<Item = (), Error = Error<Value>>>;
}

Required Methods§

Source

fn ws_post(&self) -> Box<dyn Future<Item = (), Error = Error<Value>>>

Implementors§