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