pub trait IDeleteBrowsingHistory_Impl: Sized {
// Required method
fn DeleteBrowsingHistory(&self, dwflags: u32) -> Result<()>;
}
Required Methods§
fn DeleteBrowsingHistory(&self, dwflags: u32) -> Result<()>
Object Safety§
This trait is not object safe.