Function candid::types::leb128::decode_nat

source ·
pub fn decode_nat<R>(r: &mut R) -> Result<u128>
where R: Read + ?Sized,