pub type DefaultOnUninit = UseDefaultOnUninitShim<Fallback>;Expand description
The default thing to do when both the primary and fallback handlers are uninitialized, that is to use the inner cache to handle the error instead.
Aliased Typeยง
pub struct DefaultOnUninit(/* private fields */);