VisibleSizeExt

Trait VisibleSizeExt 

Source
pub trait VisibleSizeExt {
    // Required methods
    fn full() -> VisibleSize;
    fn inner_percent(value: impl Into<f32>) -> VisibleSize;
}

Required Methods§

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.

Implementors§