pub trait FlatListWidgetExt {
    // Required method
    fn flat_list(&mut self, path: &[LiveId]) -> FlatListRef;
}

Required Methods§

source

fn flat_list(&mut self, path: &[LiveId]) -> FlatListRef

Implementors§

source§

impl<T> FlatListWidgetExt for Twhere T: Widget,