Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ to_cursors
Method
to_cursors
crates/css_parse/src/token_macros.rs:815–818 ·
view source on GitHub ↗
(&self, s: &mut impl CursorSink)
Source
from the content-addressed store, hash-verified
813
814
impl ToCursors for ColonColon {
815
fn to_cursors(&self, s: &mut impl CursorSink) {
816
s.append(self.0.into());
817
s.append(self.1.into());
818
}
819
}
820
821
impl ToSpan for ColonColon {
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected