pub trait ValidatorErrorHandlerExt {
    // Required method
    fn validator_error_handler(self, handler: ValidatorErrHandler) -> Self;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

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

Implementors§