Trait stack_algebra::Zero

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

Defines a additive identity element for a type.

Required Methods§

Returns the additive identity element of this type.

Implementations on Foreign Types§

Implementors§