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