[][src]Function json_decode::unsigned_integer

pub fn unsigned_integer<'a, I: TryFrom<u64>>() -> Box<dyn Decoder<'a, I> + 'a> where
    I: 'a,