fidl_fuchsia_wlan_product_deprecatedconfiguration

Trait DeprecatedConfiguratorProxyInterface

Source
pub trait DeprecatedConfiguratorProxyInterface: Send + Sync {
    type SuggestAccessPointMacAddressResponseFut: Future<Output = Result<DeprecatedConfiguratorSuggestAccessPointMacAddressResult, Error>> + Send;

    // Required method
    fn suggest_access_point_mac_address(
        &self,
        mac: &MacAddress,
    ) -> Self::SuggestAccessPointMacAddressResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§