try_from_stream

Function try_from_stream 

Source
pub fn try_from_stream<S, T>(s: S) -> TryFromItem<S, T>
Expand description

Wrap a TryStream<T> such that it converts its ‘item’ to T