Function candid::types::leb128::encode_int

source ·
pub fn encode_int<W>(w: &mut W, val: i128) -> Result<()>
where W: Write + ?Sized,