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

Class QsyncAttributeProps

crates/qsync/src/processor.rs:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21use super::processor::inflector::Inflector;
22
23struct QsyncAttributeProps {
24 return_type: String,
25 is_mutation: bool,
26}
27
28#[derive(Debug, FromMeta)]
29pub struct MacroArgs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected