Skip to main content

ModalSetWidgetRefExt

Trait ModalSetWidgetRefExt 

Source
pub trait ModalSetWidgetRefExt {
    // Required method
    fn modal_set(&self, paths: &[&[LiveId]]) -> ModalSet;
}

Required Methods§

Source

fn modal_set(&self, paths: &[&[LiveId]]) -> ModalSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§