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

Required Associated Constants

Implementations on Foreign Types

Implementors