pub trait ICoreWebView2ProcessInfo_Impl: Sized {
    // Required methods
    fn ProcessId(&self, value: *mut i32) -> Result<()>;
    fn Kind(&self, kind: *mut COREWEBVIEW2_PROCESS_KIND) -> Result<()>;
}

Required Methods§

Implementors§