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