Function regex_automata::util::empty::skip_splits_rev

source ยท
pub(crate) fn skip_splits_rev<T, F>(
    input: &Input<'_>,
    init_value: T,
    match_offset: usize,
    find: F,
) -> Result<Option<T>, MatchError>
where F: FnMut(&Input<'_>) -> Result<Option<(T, usize)>, MatchError>,