pub trait TaffyZero {
const ZERO: Self;
}
Expand description
Trait to abstract over zero values
Required Associated Constants§
const ZERO: Self
const ZERO: Self
The zero value for type implementing TaffyZero
Object Safety§
This trait is not object safe.