Type Definition crius::FallbackFn

source ·
pub type FallbackFn<O, E> = fn(_: E) -> O;
Expand description

Convenience type alias matching the fallback function pointer of a circuit breaker.