Trait tibco_ems::GetBoolValue[][src]

pub trait GetBoolValue {
    fn bool_value(&self) -> Result<bool, Error>;
}

Trait to retrieve a bool value

Required methods

fn bool_value(&self) -> Result<bool, Error>[src]

retrieve typed value

Loading content...

Implementors

Loading content...