Trait One
gdnative_visual_script::common::euclid::num
pub trait One { fn one() -> Self; }
fn one() -> Self
impl<T> One for T where T: One,