MCPcopy 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
117impl ToSpan for Cursor {
118 fn to_span(&self) -> Span {
119 self.span()
120 }
121}
122
123impl From<Cursor> for Span {

Callers

nothing calls this directly

Calls 1

spanMethod · 0.45

Tested by

no test coverage detected