pub trait AnimationTimelineMethods<D>where D: DomTypes,{ // Required method fn GetCurrentTime(&self) -> Option<Finite<f64>>; }