1
2
3
4
5
6
7
use config::cfg::AppConfig;

pub struct RequestContext {
  pub debug: bool,
  pub theme: String,
  pub app: AppConfig
}