| 21 | use super::processor::inflector::Inflector; |
| 22 | |
| 23 | struct QsyncAttributeProps { |
| 24 | return_type: String, |
| 25 | is_mutation: bool, |
| 26 | } |
| 27 | |
| 28 | #[derive(Debug, FromMeta)] |
| 29 | pub struct MacroArgs { |
nothing calls this directly
no outgoing calls
no test coverage detected