try_extractor

Function try_extractor 

Source
pub fn try_extractor<S, E>(s: S) -> TryExtractorStream<S, E>
where E: TryExtractor,
Expand description

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