Skip to main content

decode_from_uper

Function decode_from_uper 

Source
pub fn decode_from_uper<T: Decode>(input: &[u8]) -> Result<T, String>
Available on crate feature _etsi and non-WebAssembly only.
Expand description

Decodes some ASN.1 data type from UPER buffer

ยงErrors

Returns a human-readable string when decoding failed