Type Alias shs::ErrorHandler

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

Error handler function.