pub trait WebviewExtUnix {
    fn webview(&self) -> Rc<WebView>;
}
Expand description

Additional methods on WebView that are specific to Linux.

Required Methods§

Returns Webkit2gtk Webview handle

Implementors§