Trait tibco_ems::GetMapValue[][src]

pub trait GetMapValue {
    fn map_value(&self) -> Result<MapMessage, Error>;
}

Trait to retrieve a MapMessage value

Required methods

fn map_value(&self) -> Result<MapMessage, Error>[src]

retrieve typed value

Loading content...

Implementors

Loading content...