Trait WindowWatchdogExt

Source
pub trait WindowWatchdogExt {
    // Required method
    fn watchdog(self, rcc: &mut Rcc) -> WindowWatchdog;
}

Required Methods§

Source

fn watchdog(self, rcc: &mut Rcc) -> WindowWatchdog

Implementors§