Skip to main content

ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Impl

Trait ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Impl 

Source
pub trait ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn CancelSave(&self) -> Result<BOOL>;
    fn SetCancelSave(&self, value: BOOL) -> Result<()>;
    fn DocumentOriginUri(&self) -> Result<PWSTR>;
    fn FileExtension(&self) -> Result<PWSTR>;
    fn FilePath(&self) -> Result<PWSTR>;
    fn SuppressDefaultPolicy(&self) -> Result<BOOL>;
    fn SetSuppressDefaultPolicy(&self, value: BOOL) -> Result<()>;
    fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§