[][src]Function cborg::parse_float

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