asn1_rs

Function 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