Function pop_launcher::json_input_stream[][src]

pub fn json_input_stream<I, S>(
    input: I
) -> impl Stream<Item = Result<S>> + Unpin + Send where
    I: AsyncRead + Unpin + Send,
    S: for<'a> Deserialize<'a>, 
Expand description

Creates a stream that parses JSON input line-by-line