Trait lilt::AnimationTime
source · pub trait AnimationTime:
Copy
+ Debug
+ Send {
// Required method
fn elapsed_since(self, time: Self) -> f32;
}Expand description
An interface for interacting with time.
Required Methods§
fn elapsed_since(self, time: Self) -> f32
Object Safety§
This trait is not object safe.