Type Definition chilli::UserErrorHandler [] [src]

type UserErrorHandler = Fn(UserError) -> PencilResult + Send + Sync;

User Error handler type.