pub trait IndependedWatchdogExt {
    fn watchdog(self) -> IndependedWatchdog;
}

Required Methods

Implementors