Skip to main content

HtmlSetWidgetRefExt

Trait HtmlSetWidgetRefExt 

Source
pub trait HtmlSetWidgetRefExt {
    // Required method
    fn html_set(&self, paths: &[&[LiveId]]) -> HtmlSet;
}

Required Methods§

Source

fn html_set(&self, paths: &[&[LiveId]]) -> HtmlSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§