Skip to main content

ViewWidgetActionsExt

Trait ViewWidgetActionsExt 

Source
pub trait ViewWidgetActionsExt {
    // Required method
    fn view(&self, path: &[LiveId]) -> ViewRef;
}

Required Methods§

Source

fn view(&self, path: &[LiveId]) -> ViewRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§