pub trait GardeErrorHandlerExt {
    // Required method
    fn garde_error_handler(self, handler: GardeErrHandler) -> Self;
}

Required Methods§

source

fn garde_error_handler(self, handler: GardeErrHandler) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T> GardeErrorHandlerExt for App<T>
where T: ServiceFactory<ServiceRequest, Config = (), Error = Error, InitError = ()>,

source§

fn garde_error_handler(self, handler: GardeErrHandler) -> Self

Implementors§