Trait tibco_ems::GetLongValue[][src]

pub trait GetLongValue {
    fn long_value(&self) -> Result<i64, Error>;
}

Trait to retrieve a i64 value

Required methods

fn long_value(&self) -> Result<i64, Error>[src]

retrieve typed value

Loading content...

Implementors

Loading content...