[][src]Module dasn1_core::types::integer

Structs

Integer

A representation of the INTEGER ASN.1 data type. Integer is a wrapper around the num_bigint::BigInt type. Please refer to the BigInt documentation for using Integer in Rust.