[][src]Function csml_interpreter::error_format::gen_nom_failure

pub fn gen_nom_failure<'a, E>(span: Span<'a>, error: &'static str) -> Err<E> where
    E: ParseError<Span<'a>>,