pub trait Zero {
    fn zero() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors