fidl_fuchsia_thermal

Trait ClientStateConnectorProxyInterface

Source
pub trait ClientStateConnectorProxyInterface: Send + Sync {
    // Required method
    fn connect(
        &self,
        client_type: &str,
        watcher: ServerEnd<ClientStateWatcherMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn connect( &self, client_type: &str, watcher: ServerEnd<ClientStateWatcherMarker>, ) -> Result<(), Error>

Implementors§