Expand description
Metadata used by Pavex’s CLI to analyze your request handlers, constructors, error handlers, error observers (e.g. their input parameters, their return type, where they are defined, etc.), etc.
This module is not meant to be used directly by users of the framework. It is only meant to be used by Pavex’s CLI.
Structs§
- Metadata about the module where a Pavex macro was invoked to create a component.
- An implementation detail of the builder. You must use the
f!
macro wherever an instance ofRawIdentifiers
is needed. - Attach location metadata to a value.
Enums§
- The type returned by invocations of the
from!
macro.