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

Function derive_peek

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

Source from the content-addressed store, hash-verified

53
54#[proc_macro_derive(Peek, attributes(peek, atom))]
55pub fn derive_peek(stream: TokenStream) -> TokenStream {
56 run(stream, peek::derive)
57}
58
59#[proc_macro_derive(IntoCursor)]
60pub fn derive_into_cursor(stream: TokenStream) -> TokenStream {

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected