pub struct ClearServerCertificateErrorActionsCompletedHandler(_);Expand description
Implementation of ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler.
Implementations§
source§impl ClearServerCertificateErrorActionsCompletedHandler
impl ClearServerCertificateErrorActionsCompletedHandler
pub fn create( closure: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>> ) -> ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler) -> Result<()>>, completed: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>> ) -> Result<()>
Trait Implementations§
source§impl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.