[]Trait gdnative::gdnative_common::euclid::num::One

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

Required methods

fn one() -> Self

Loading content...

Implementors

impl<T> One for T where
    T: One

Loading content...