Trait lay_rs::prelude::taffy::style_helpers::TaffyAuto

pub trait TaffyAuto {
    const AUTO: Self;
}
Expand description

Trait to abstract over auto values

Required Associated Constants§

const AUTO: Self

The auto value for type implementing TaffyAuto

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

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

§

const AUTO: Option<T> = _

Implementors§