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

Function derive_into_span

crates/csskit_derives/src/lib.rs:65–67  ·  view source on GitHub ↗
(stream: TokenStream)

Source from the content-addressed store, hash-verified

63
64#[proc_macro_derive(ToSpan)]
65pub fn derive_into_span(stream: TokenStream) -> TokenStream {
66 run(stream, to_span::derive)
67}
68
69#[proc_macro_derive(Visitable, attributes(visit, queryable))]
70pub fn derive_visitable(stream: TokenStream) -> TokenStream {

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected