pub fn from_nom_error<E, F>(e: Err<E>) -> Fwhere F: From<E> + From<Error>,
mtls
Flatten all nom::Err variants error into a single error type
nom::Err