Expand description
Register configuration types that can be deserialized from your configuration sources and injected into your components by Pavex.
§Guide
Structs§
- Config
Type - A configuration type that has not yet been registered with a
Blueprint
. - Registered
Config Type - The type returned by
Blueprint::config
.