[][src]Type Definition burner::Controller

type Controller = Box<dyn Fn(&Request, &mut Response) + Send + Sync + 'static>;