pub trait ElementExt {
// Required method
fn liora(self, cx: &mut App) -> Self;
}Expand description
Element extension points reserved for applying Liora-wide styling helpers.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".