Skip to main content

take_until_either

Function take_until_either 

Source
fn take_until_either<'a>(
    end: &'static str,
) -> impl FnMut(&'a str) -> IResult<&'a str, &'a str>