pub trait ICoreWebView2EnvironmentOptions8_Impl: Sized {
    // Required methods
    fn ScrollBarStyle(
        &self,
        value: *mut COREWEBVIEW2_SCROLLBAR_STYLE,
    ) -> Result<(), Error>;
    fn SetScrollBarStyle(
        &self,
        value: COREWEBVIEW2_SCROLLBAR_STYLE,
    ) -> Result<(), Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§