pub type UserErrorHandler = dyn Fn(UserError) -> PencilResult + Send + Sync;
User Error handler type.