(&self, at: InputAt)
| 117 | fn next_char(&self, at: InputAt) -> Char { (**self).next_char(at) } |
| 118 | |
| 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) |
no test coverage detected