Trait static_init::GeneratorTolerance

source ·
pub trait GeneratorTolerance {
    const INIT_FAILURE: bool;
    const FINAL_REGISTRATION_FAILURE: bool;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<U, T: FnOnce() -> U> GeneratorTolerance for Cell<Option<T>>

Implementors§