fidl_fuchsia_test_intl_manager

Trait PropertyManagerProxyInterface

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

    // Required method
    fn set_profile(&self, intl_profile: &Profile) -> Self::SetProfileResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn set_profile(&self, intl_profile: &Profile) -> Self::SetProfileResponseFut

Implementors§