decode_frames_iter

Function decode_frames_iter 

Source
pub fn decode_frames_iter<I>(input: I) -> Result<Vec<Vec<u8>>>
where I: IntoIterator<Item = u8>,
Expand description

Decode all SLIP frames produced by the given iterator over bytes.