decode_event_future

Function decode_event_future 

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

Decode a response into an Event