MCPcopy Create free account
hub / github.com/csskit/csskit / parser_checkpoint.rs

File parser_checkpoint.rs

crates/css_parse/src/parser_checkpoint.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use 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///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected