1
2
3
4
5
6
/// Used by simple_regex generated code
pub enum MatchResult {
    Matched(u32),
    MatchedEmpty(u32),
    NoMatch,
}