Skip to main content

FlatListWidgetRefExt

Trait FlatListWidgetRefExt 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§