windows::Win32::Web::InternetExplorer

Trait ITargetContainer_Impl

pub trait ITargetContainer_Impl: IUnknownImpl {
    // Required methods
    fn GetFrameUrl(&self) -> Result<PWSTR>;
    fn GetFramesContainer(&self) -> Result<IOleContainer>;
}

Required Methods§

fn GetFrameUrl(&self) -> Result<PWSTR>

fn GetFramesContainer(&self) -> Result<IOleContainer>

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§