SESSION_STORE_FROM

Constant SESSION_STORE_FROM 

Source
pub const SESSION_STORE_FROM: Constructor;
Expand description

A handle to add from as a constructor to your Pavex application.

§Example

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

let mut bp = Blueprint::new();
// Add `from` as a constructor to your application.
bp.constructor(SESSION_STORE_FROM);