pub trait Zero {
    const ZERO: Self;
}
Expand description

Represents 0.

Required Associated Constants

Represents 0.

Implementations on Foreign Types

Implementors