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

Trait to abstract over max_content values

Required Associated Constants§

source

const MAX_CONTENT: Self

The max_content value for type implementing TaffyZero

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

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

Implementors§