fidl_fuchsia_bluetooth_sys

Trait ConfigurationProxyInterface

Source
pub trait ConfigurationProxyInterface: Send + Sync {
    type UpdateResponseFut: Future<Output = Result<Settings, Error>> + Send;

    // Required method
    fn update(&self, settings: &Settings) -> Self::UpdateResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn update(&self, settings: &Settings) -> Self::UpdateResponseFut

Implementors§