MCPcopy Create free account
hub / github.com/csskit/csskit / to_span

Method to_span

crates/css_parse/src/bump_box.rs:97–99  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

95
96impl<T: ToSpan> ToSpan for BumpBox<'_, T> {
97 fn to_span(&self) -> Span {
98 (**self).to_span()
99 }
100}
101
102impl<M: crate::NodeMetadata, T: crate::NodeWithMetadata<M>> crate::NodeWithMetadata<M> for BumpBox<'_, T> {

Callers 3

appendMethod · 0.45
test_basicFunction · 0.45
test_with_pretty_writerFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_basicFunction · 0.36
test_with_pretty_writerFunction · 0.36