Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2File_Impl
source · pub trait ICoreWebView2File_Impl: Sized {
// Required method
fn Path(&self, path: *mut PWSTR) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.