cborrs::cbordet

Function cbor_det_mk_int64

Source
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.