pub trait ZeroElements {
    const ZEROS: Self;
}
Expand description

Something that has compile time known zero values.

Required Associated Constants

Implementations on Foreign Types

Implementors