pub fn decode_frames_iter<I>(input: I) -> Result<Vec<Vec<u8>>>where I: IntoIterator<Item = u8>,
Decode all SLIP frames produced by the given iterator over bytes.