pub trait FlatListWidgetRefExt {
// Required methods
fn flat_list(&self, path: &[LiveId]) -> FlatListRef;
fn as_flat_list(&self) -> FlatListRef;
}Required Methods§
fn flat_list(&self, path: &[LiveId]) -> FlatListRef
fn as_flat_list(&self) -> FlatListRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".