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

Function derive_into_cursor

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

Source from the content-addressed store, hash-verified

58
59#[proc_macro_derive(IntoCursor)]
60pub fn derive_into_cursor(stream: TokenStream) -> TokenStream {
61 run(stream, into_cursor::derive)
62}
63
64#[proc_macro_derive(ToSpan)]
65pub fn derive_into_span(stream: TokenStream) -> TokenStream {

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected