logo
pub type HTTPErrorHandler = dyn Fn(HTTPError) -> PencilResult + Send + Sync;
Expand description

HTTP Error handler type.