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