pub trait Watcher<'ctx, O: ?Sized = DefaultOwner> {
    fn init(init: impl WatcherInit<'ctx, Self, O>);

    fn debug_name() -> &'static str { ... }
}

Required Methods

Provided Methods

Implementors