| 1 | use crate::{Cursor, Kind, KindSet, Span, State, ToSpan, Token}; |
| 2 | |
| 3 | /// Represents a point during the [Parser's][crate::Parser] lifecycle; retaining state that can then be rewound. |
| 4 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected