MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / MacroArgs

Class MacroArgs

crates/qsync/src/processor.rs:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28#[derive(Debug, FromMeta)]
29pub struct MacroArgs {
30 return_type: Option<String>,
31 mutate: Option<bool>,
32}
33
34fn has_qsync_attribute(
35 is_debug: bool,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected