Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameInfo_Impl
source · [−]pub trait ICoreWebView2FrameInfo_Impl {
fn Name(&self, name: *mut PWSTR) -> Result<(), Error>;
fn Source(&self, source: *mut PWSTR) -> Result<(), Error>;
}