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

Provided Methods§

Implementors§