Crate syn_args_derive

Crate syn_args_derive 

Source

Attribute Macros§

declare
Declare arguments for the function, must be used in conjunction with proc_attribute or proc.
proc
Tool to mark when developing ProcMacro Example:
proc_attribute
Tool to mark when developing ProcMacroAttribute Example:

Derive Macros§

ArgsParse
Derive macro for ArgsParse trait.