Module xitca_web::handler::state

source ·
Expand description

type extractor or application state.

Structs

  • App state extractor for owned value. S type must be the same with the type passed to App::with_xxx_state(S).
  • App state extractor. S type must be the same with the type passed to App::with_xxx_state(S).