DefaultOnUninit

Type Alias DefaultOnUninit 

Source
pub type DefaultOnUninit = UseDefaultOnUninit;
Expand description

The default thing to do when the primary handler is uninitialized, that is to use the default strategy. Note that this mutates the primary handler.

Aliased Typeยง

pub enum DefaultOnUninit {}