Skip to main content

IMicrofuchsiaDefault

pub trait IMicrofuchsiaDefault: Send + Sync {
    // Provided methods
    fn setHostProxy<'a, 'l1>(
        &'a self,
        _arg_proxy: &'l1 Strong<dyn _7_android_6_system_12_microfuchsia_10_vm_service_10_IHostProxy>,
    ) -> Result<()> { ... }
    fn trustedAppUuids<'a>(&'a self) -> Result<Vec<String>> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§