pub const SESSION_STORE_FROM: Constructor;
A handle to add from as a constructor to your Pavex application.
from
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);