pub trait LoadMqmExt {
// Required method
unsafe fn load_mqm_default() -> Result<Self, Error>
where Self: Sized;
}Available on crate feature
dlopen2 only.Expand description
Extension trait for MqmContainer to load the MQM library using dlopen2