Skip to main content

decode_from_xer_str

Function decode_from_xer_str 

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

Decodes some ASN.1 data type from XER string

ยงErrors

Returns a human-readable string when decoding failed