Type Alias MqmContainer

Source
pub type MqmContainer = Container<MqWrapper>;
Available on crate feature dlopen2 only.
Expand description

A dlopen2 Container for the MQI library

Aliased Type§

pub struct MqmContainer { /* private fields */ }

Trait Implementations§

Source§

impl LoadMqmExt for MqmContainer

Source§

unsafe fn load_mqm_default() -> Result<Self, Error>

Loads the MQM library using the platform dependent search rules Read more