pub trait ICoreWebView2Frame5_Impl: ICoreWebView2Frame4_Impl {
// Required method
fn FrameId(&self, value: *mut u32) -> Result<(), Error>;
}
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.