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