Type Alias Float32

Source
pub type Float32 = AvpData<f32>;

Aliased Type§

pub struct Float32(/* private fields */);

Trait Implementations§

Source§

impl Into<AvpValue> for Float32

Source§

fn into(self) -> AvpValue

Converts this type into the (usually inferred) input type.