Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ to_span
Method
to_span
crates/css_lexer/src/cursor.rs:118–120 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
116
117
impl ToSpan for Cursor {
118
fn to_span(&self) -> Span {
119
self.span()
120
}
121
}
122
123
impl From<Cursor> for Span {
Callers
nothing calls this directly
Calls
1
span
Method · 0.45
Tested by
no test coverage detected