Trait discotech_zookeeper::Watcher [] [src]

pub trait Watcher: Send {
    fn handle(&self, _: &WatchedEvent);
}

Required Methods

Implementors