Trait ListWidgetExt

Source
pub trait ListWidgetExt {
    // Required method
    fn list(&self, path: &[LiveId]) -> ListRef;
}

Required Methods§

Source

fn list(&self, path: &[LiveId]) -> ListRef

Implementors§

Source§

impl<T> ListWidgetExt for T
where T: Widget,