pub const CONFIG_INTO_PROCESSOR: Constructor;Expand description
A handle to add [config_into_processor()] as a constructor to your Pavex application.
§Example
ⓘ
use pavex::Blueprint;
// [...]
// ^ Import `CONFIG_INTO_PROCESSOR` here
let mut bp = Blueprint::new();
// Add `config_into_processor()` as a constructor to your application.
bp.constructor(CONFIG_INTO_PROCESSOR);