ModelSelectorSetWidgetRefExt

Trait ModelSelectorSetWidgetRefExt 

Source
pub trait ModelSelectorSetWidgetRefExt {
    // Required method
    fn model_selector_set(
        &self,
        cx: &Cx,
        paths: &[&[LiveId]],
    ) -> ModelSelectorSet;
}

Required Methods§

Source

fn model_selector_set(&self, cx: &Cx, paths: &[&[LiveId]]) -> ModelSelectorSet

Implementations on Foreign Types§

Source§

impl ModelSelectorSetWidgetRefExt for WidgetRef

Source§

fn model_selector_set(&self, cx: &Cx, paths: &[&[LiveId]]) -> ModelSelectorSet

Implementors§