Skip to main content

WebViewWidgetExt

Trait WebViewWidgetExt 

Source
pub trait WebViewWidgetExt {
    // Required method
    fn web_view(&self, path: &[LiveId]) -> WebViewRef;
}

Required Methods§

Source

fn web_view(&self, path: &[LiveId]) -> WebViewRef

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> WebViewWidgetExt for T
where T: Widget,