fidl_fuchsia_wlan_tap

Trait WlantapCtlProxyInterface

Source
pub trait WlantapCtlProxyInterface: Send + Sync {
    type CreatePhyResponseFut: Future<Output = Result<i32, Error>> + Send;

    // Required method
    fn create_phy(
        &self,
        config: &WlantapPhyConfig,
        proxy: ServerEnd<WlantapPhyMarker>,
    ) -> Self::CreatePhyResponseFut;
}

Required Associated Types§

Source

type CreatePhyResponseFut: Future<Output = Result<i32, Error>> + Send

Required Methods§

Source

fn create_phy( &self, config: &WlantapPhyConfig, proxy: ServerEnd<WlantapPhyMarker>, ) -> Self::CreatePhyResponseFut

Implementors§