Function rasn::der::decode

source ยท
pub fn decode<T: Decode>(input: &[u8]) -> Result<T, DecodeError>
Expand description

Attempts to decode T from input using DER.