fidl_fuchsia_bluetooth_fastpair

Trait ProviderWatcherProxyInterface

Source
pub trait ProviderWatcherProxyInterface: Send + Sync {
    type OnPairingCompleteResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn on_pairing_complete(
        &self,
        id: &PeerId,
    ) -> Self::OnPairingCompleteResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§