fidl_fuchsia_net_routes

Trait StateV6ProxyInterface

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

Required Methods§

Source

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

Source

fn get_rule_watcher_v6( &self, watcher: ServerEnd<RuleWatcherV6Marker>, options: &RuleWatcherOptionsV6, ) -> Result<(), Error>

Implementors§