pub type GardeErrHandler = Arc<dyn Fn(Report, &HttpRequest) -> Error + Send + Sync>;
pub struct GardeErrHandler { /* private fields */ }