Function asn1_rs::from_nom_error

source ยท
pub fn from_nom_error<E, F>(e: Err<E>) -> F
where F: From<E> + From<Error>,
Expand description

Flatten all nom::Err variants error into a single error type