pub trait TaffyMinContent {
    const MIN_CONTENT: Self;
}
Expand description

Trait to abstract over min_content values

Required Associated Constants§

source

const MIN_CONTENT: Self

The min_content value for type implementing TaffyZero

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T: TaffyMinContent> TaffyMinContent for Option<T>

Implementors§