Struct rate_config::WriteConfigFile [−][src]
pub struct WriteConfigFile<T> { /* fields omitted */ }Implementations
Trait Implementations
Routine that can be unconditionally interrupted.
Routine of the task that can contain loops. It can taks into accout provided receiver to implement graceful interruption. Read more
Called before repeatable_routine for initialization.
The routine will be interrupted if this method failed. Read more
Routine that will be repeated till fail or success. Read more
When to do the next attempt for repeatable_routine. Read more