pub trait ICoreWebView2File_Impl: Sized {
    // Required method
    fn Path(&self, path: *mut PWSTR) -> Result<(), Error>;
}

Required Methods§

source

fn Path(&self, path: *mut PWSTR) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§