pub trait HeaderBarExtHelpers: HeaderBarExt {
// Provided methods
fn get_child_custom_title<P: IsA<Widget>>(&self, _child: &P) -> bool { ... }
fn set_child_custom_title<P: IsA<Widget>>(&self, _child: &P, _center: bool) { ... }
}
Expand description
Helper trait for HeaderBar
.
Provided Methods§
fn get_child_custom_title<P: IsA<Widget>>(&self, _child: &P) -> bool
fn set_child_custom_title<P: IsA<Widget>>(&self, _child: &P, _center: bool)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.