Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ from
Method
from
crates/css_parse/src/parser_checkpoint.rs:21–23 ·
view source on GitHub ↗
(value: ParserCheckpoint<I>)
Source
from the content-addressed store, hash-verified
19
20
impl<I> From<ParserCheckpoint<I>> for Cursor {
21
fn from(value: ParserCheckpoint<I>) -> Self {
22
value.cursor
23
}
24
}
25
26
impl<I> From<ParserCheckpoint<I>> for Token {
Callers
nothing calls this directly
Calls
2
token
Method · 0.45
kind
Method · 0.45
Tested by
no test coverage detected