Function rasn::der::decode[][src]

pub fn decode<T: Decode>(input: &[u8]) -> Result<T, Error>

Attempts to decode T from input using DER.