IntoSampledValue

Trait IntoSampledValue 

Source
pub trait IntoSampledValue {
    // Required method
    fn into_sampled_value(self) -> SampledValue;
}

Required Methods§

Source

fn into_sampled_value(self) -> SampledValue

Converts the type into an internal SampledValue representation.

Implementations on Foreign Types§

Source§

impl IntoSampledValue for bool

Source§

impl IntoSampledValue for f64

Implementors§