[][src]Trait drying_paint::WatcherInit

pub trait WatcherInit {
    fn init(watcher: &mut WatcherMeta<Self>);
}

This trait is required to be implemented by the data stored in Watchers. It provides a convient point to register watching functions.

Required methods

fn init(watcher: &mut WatcherMeta<Self>)

Implementing this method is a convient place to setup watching functions.

Loading content...

Implementors

Loading content...