Trait VisibleSizeExt

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

Required Methods§

Source

fn full() -> VisibleSize

Source

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.

Implementations on Foreign Types§

Source§

impl VisibleSizeExt for VisibleSize

Source§

fn full() -> VisibleSize

Source§

fn inner_percent(value: impl Into<f32>) -> VisibleSize

Implementors§