Skip to main content

WebViewWidgetActionsExt

Trait WebViewWidgetActionsExt 

Source
pub trait WebViewWidgetActionsExt {
    // 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§