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

Helper trait to implement lerp and remap.

Required Methods

Implementations on Foreign Types

Implementors