Module pavex::blueprint::reflection

source ·
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§

  • An implementation detail of the builder. You must use the f! macro wherever an instance of RawIdentifiers is needed.