fidl_fuchsia_bluetooth_power

Trait WatcherProxyInterface

Source
pub trait WatcherProxyInterface: Send + Sync {
    type WatchResponseFut: Future<Output = Result<Vec<Information>, Error>> + Send;

    // Required method
    fn watch(&self, ids: &[Identifier]) -> Self::WatchResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn watch(&self, ids: &[Identifier]) -> Self::WatchResponseFut

Implementors§