Function err_combine_opt

Source
pub fn err_combine_opt<E: ParseError>(
    x: Option<(E, Pos)>,
    y: Option<(E, Pos)>,
) -> Option<(E, Pos)>