Trait ContentExt

Source
pub trait ContentExt {
    // Required methods
    fn normal() -> Content;
    fn fit() -> Content;
    fn flex() -> Content;
}

Required Methods§

Source

fn normal() -> Content

Source

fn fit() -> Content

Source

fn flex() -> Content

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 ContentExt for Content

Source§

fn normal() -> Content

Source§

fn fit() -> Content

Source§

fn flex() -> Content

Implementors§