Trait ListWidgetRefExt

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

Required Methods§

Source

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

Source

fn as_list(&self) -> ListRef

Implementors§