pub fn cbor_det_mk_int64<'a>(ty: CborDetIntKind, v: u64) -> CborDet<'a>Expand description
Constructs a Deterministic CBOR object of “integer” type, with
kind ty and value v.
pub fn cbor_det_mk_int64<'a>(ty: CborDetIntKind, v: u64) -> CborDet<'a>Constructs a Deterministic CBOR object of “integer” type, with
kind ty and value v.