pub type Fallback<R> = fn(&Request<'_>, Error) -> R;
The fallback function when service is rejected by sentinel.