pub trait StateV6ProxyInterface: Send + Sync {
    // Required method
    fn get_watcher_v6(
        &self,
        watcher: ServerEnd<WatcherV6Marker>,
        options: &WatcherOptionsV6
    ) -> Result<(), Error>;
}

Required Methods§

source

fn get_watcher_v6( &self, watcher: ServerEnd<WatcherV6Marker>, options: &WatcherOptionsV6 ) -> Result<(), Error>

Implementors§