Trait static_init::GeneratorTolerance
source · pub trait GeneratorTolerance {
const INIT_FAILURE: bool;
const FINAL_REGISTRATION_FAILURE: bool;
}
Required Associated Constants§
const INIT_FAILURE: bool
const FINAL_REGISTRATION_FAILURE: bool
Object Safety§
This trait is not object safe.