Skip to main content

ICoreWebView2CompositionControllerInterop_Impl

Trait ICoreWebView2CompositionControllerInterop_Impl 

Source
pub trait ICoreWebView2CompositionControllerInterop_Impl: IUnknownImpl {
    // Required methods
    fn UIAProvider(&self) -> Result<IUnknown>;
    fn RootVisualTarget(&self) -> Result<IUnknown>;
    fn SetRootVisualTarget(&self, target: Ref<'_, IUnknown>) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§