pub trait Transitionablewhere
    Self: Mul<f32, Output = Self> + Add<Output = Self> + PartialEq + Copy,{ }

Implementors§

source§

impl<T: Mul<f32, Output = T> + Add<Output = T> + PartialEq + Copy> Transitionable for T