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