pub trait ICoreWebView2Profile8_Impl: Sized + ICoreWebView2Profile7_Impl {
    // Required methods
    fn Delete(&self) -> Result<()>;
    fn add_Deleted(
        &self,
        eventhandler: Option<&ICoreWebView2ProfileDeletedEventHandler>,
        token: *mut EventRegistrationToken
    ) -> Result<()>;
    fn remove_Deleted(&self, token: &EventRegistrationToken) -> Result<()>;
}

Required Methods§

source

fn Delete(&self) -> Result<()>

source

fn add_Deleted( &self, eventhandler: Option<&ICoreWebView2ProfileDeletedEventHandler>, token: *mut EventRegistrationToken ) -> Result<()>

source

fn remove_Deleted(&self, token: &EventRegistrationToken) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§