pub trait FlatListWidgetRefExt {
    // Required methods
    fn flat_list(&self, path: &[LiveId]) -> FlatListRef;
    fn as_flat_list(&self) -> FlatListRef;
}

Required Methods§

Implementors§