[][src]Trait tension::One

pub trait One {
    fn one() -> Self;
}

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

Required methods

fn one() -> Self

Loading content...

Implementations on Foreign Types

impl One for bool[src]

Loading content...

Implementors

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

Loading content...