[][src]Function cborg::parse_array

pub fn parse_array<'a, I: Iterator<Item = &'a u8>>(
    minor: u8,
    iter: &mut I
) -> Result<Vec<Value>>