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

Required Associated Constants§

Implementations on Foreign Types§

source§

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

Implementors§