Skip to main content

TimeSampleMap

Type Alias TimeSampleMap 

Source
pub type TimeSampleMap = Vec<(f64, Value)>;

Aliased Type§

pub struct TimeSampleMap { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<Value> for TimeSampleMap

Source§

type Error = ValueConversionError

The type returned in the event of a conversion error.
Source§

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.