pub fn encode_to_uper<T: Encode>(input: &T) -> Result<Encoded, String>Available on crate feature
_etsi and non-WebAssembly only.Expand description
Encodes some ASN.1 data type to UPER buffer
ยงErrors
Returns a human-readable string when encoding failed