Function nom::compare_error_paths [] [src]

pub fn compare_error_paths<P, E: Clone + PartialEq>(
    e1: &Err<P, E>,
    e2: &Err<P, E>
) -> bool