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

Creates a structure with zero values.

This interface is obsolete.

Required Methods

Creates a structure with zero values.

Implementors