Function sbp::json::iter_messages

source ·
pub fn iter_messages<R: Read>(
    input: R
) -> impl Iterator<Item = Result<Sbp, JsonError>>
Expand description

Deserialize the IO stream into an iterator of messages.