Type Alias actix_web_validation::garde::GardeErrHandler

source ·
pub type GardeErrHandler = Arc<dyn Fn(Report, &HttpRequest) -> Error + Send + Sync>;

Aliased Type§

struct GardeErrHandler { /* private fields */ }