pub fn re_find<'a>(
re: &'a Lazy<Regex>,
) -> impl Fn(LocatedSpan<&'a str>) -> IResult<LocatedSpan<&'a str>, LocatedSpan<&'a str>, LocatedParseError>
pub fn re_find<'a>(
re: &'a Lazy<Regex>,
) -> impl Fn(LocatedSpan<&'a str>) -> IResult<LocatedSpan<&'a str>, LocatedSpan<&'a str>, LocatedParseError>