pub trait VisibleSizeExt {
// Required methods
fn full() -> VisibleSize;
fn inner_percent(value: impl Into<f32>) -> VisibleSize;
}Required Methods§
fn full() -> VisibleSize
fn inner_percent(value: impl Into<f32>) -> VisibleSize
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.