Trait euclid::num::One
[−]
[src]
pub trait One {
fn one() -> Self;
}
Required Methods
fn one() -> Self
Implementors
impl<T: One> One for T