Trait immutable_seq::zero::Zero
[−]
[src]
pub trait Zero {
fn zero() -> Self;
}
Required Methods
fn zero() -> Self
Implementors
impl Zero for usize