pub trait WatchdogExt {
    fn watchdog(self) -> Watchdog;
}

Required Methods

Implementations on Foreign Types

Implementors