pub trait TimeDataMapControl<T> {
// Required methods
fn len(&self) -> usize;
fn is_empty(&self) -> bool;
fn is_animated(&self) -> bool;
}Expand description
Control operations trait for time data maps.
Required Methods§
Sourcefn is_animated(&self) -> bool
fn is_animated(&self) -> bool
Returns true if there is more than one time sample.