fidl_fuchsia_bluetooth_bredr_test

Trait MockPeerProxyInterface

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

    // Required method
    fn connect_proxy_(
        &self,
        interface: ServerEnd<ProfileMarker>,
    ) -> Self::ConnectProxy_ResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn connect_proxy_( &self, interface: ServerEnd<ProfileMarker>, ) -> Self::ConnectProxy_ResponseFut

Implementors§