Trait lay_rs::prelude::taffy::TaffyMaxContent

pub trait TaffyMaxContent {
    const MAX_CONTENT: Self;
}
Expand description

Trait to abstract over max_content values

Required Associated Constants§

const MAX_CONTENT: Self

The max_content value for type implementing TaffyZero

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl<T> TaffyMaxContent for Option<T>
where T: TaffyMaxContent,

§

const MAX_CONTENT: Option<T> = _

Implementors§