ErrorHandler

Type Alias ErrorHandler 

Source
pub type ErrorHandler<E> = dyn Fn(&mut Request, &RequestError<E>) + Send + Sync;
Expand description

Error handler function.