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

User Error handler type.