fidl_fuchsia_bluetooth_le

Trait ScanResultWatcherProxyInterface

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

    // Required method
    fn watch(&self) -> Self::WatchResponseFut;
}

Required Associated Types§

Source

type WatchResponseFut: Future<Output = Result<Vec<Peer>, Error>> + Send

Required Methods§

Source

fn watch(&self) -> Self::WatchResponseFut

Implementors§