(&self, at: InputAt, empty: &InstEmptyLook)
| 119 | fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } |
| 120 | |
| 121 | fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { |
| 122 | (**self).is_empty_match(at, empty) |
| 123 | } |
| 124 | |
| 125 | fn prefix_at( |
| 126 | &self, |
no test coverage detected