Trait tibco_ems::GetFloatValue[][src]

pub trait GetFloatValue {
    fn float_value(&self) -> Result<f32, Error>;
}

Trait to retrieve a f32 value

Required methods

fn float_value(&self) -> Result<f32, Error>[src]

retrieve typed value

Loading content...

Implementors

Loading content...