Module proc_macro

Source
Expand description

Proc Macro Expander stuff

Structs§

CrateProcMacros
CustomProcMacroExpander
A custom proc-macro expander handle. This handle together with its crate resolves to a ProcMacro
ProcMacro
A loaded proc-macro.
ProcMacros
ProcMacrosBuilder

Enums§

ProcMacroExpansionError
ProcMacroKind

Traits§

AsAny
ProcMacroExpander
A proc-macro expander implementation.

Type Aliases§

ProcMacroLoadResult