fidl_fuchsia_net_routes

Trait StateV4ProxyInterface

Source
pub trait StateV4ProxyInterface: Send + Sync {
    // Required methods
    fn get_watcher_v4(
        &self,
        watcher: ServerEnd<WatcherV4Marker>,
        options: &WatcherOptionsV4,
    ) -> Result<(), Error>;
    fn get_rule_watcher_v4(
        &self,
        watcher: ServerEnd<RuleWatcherV4Marker>,
        options: &RuleWatcherOptionsV4,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn get_watcher_v4( &self, watcher: ServerEnd<WatcherV4Marker>, options: &WatcherOptionsV4, ) -> Result<(), Error>

Source

fn get_rule_watcher_v4( &self, watcher: ServerEnd<RuleWatcherV4Marker>, options: &RuleWatcherOptionsV4, ) -> Result<(), Error>

Implementors§