Skip to main content

DropDownSetWidgetRefExt

Trait DropDownSetWidgetRefExt 

Source
pub trait DropDownSetWidgetRefExt {
    // Required method
    fn drop_down_set(&self, paths: &[&[LiveId]]) -> DropDownSet;
}

Required Methods§

Source

fn drop_down_set(&self, paths: &[&[LiveId]]) -> DropDownSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§