[][src]Trait tension::Zero

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

Analog of num_traits::Zero but also implemented for bool type.

Required methods

fn zero() -> Self

Loading content...

Implementations on Foreign Types

impl Zero for bool[src]

Loading content...

Implementors

impl<T: Num> Zero for T[src]

Loading content...