PROCESSOR_CONFIG

Constant PROCESSOR_CONFIG 

Source
pub const PROCESSOR_CONFIG: Config;
Expand description

A strongly-typed id to register ProcessorConfig as a configuration type to your Pavex application.

§Example

use pavex::Blueprint;
// [...]
// ^ Import `PROCESSOR_CONFIG` here

let mut bp = Blueprint::new();
// Add `ProcessorConfig` as a configuration to your application.
bp.config(PROCESSOR_CONFIG);