pub async fn decode_event_future<D, S>(stream: &mut S) -> Result<Result<Event>>where
    D: DeserializeOwned,
    S: AsyncRead + Unpin,
Expand description

Decode a response into an Event