Trait IWebBrowserEventsService_Impl
pub trait IWebBrowserEventsService_Impl: IUnknownImpl {
// Required methods
fn FireBeforeNavigate2Event(&self) -> Result<VARIANT_BOOL>;
fn FireNavigateComplete2Event(&self) -> Result<()>;
fn FireDownloadBeginEvent(&self) -> Result<()>;
fn FireDownloadCompleteEvent(&self) -> Result<()>;
fn FireDocumentCompleteEvent(&self) -> Result<()>;
}
Required Methods§
fn FireDownloadBeginEvent(&self) -> Result<()>
fn FireDownloadCompleteEvent(&self) -> Result<()>
fn FireDocumentCompleteEvent(&self) -> Result<()>
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.