Trait WithMqError

Source
pub trait WithMqError {
    // Required method
    fn mqi_error(&self) -> Option<&Error>;
}

Required Methods§

Implementors§

Source§

impl WithMqError for PutStringCcsidError

Available on crate feature mqai only.
Source§

impl WithMqError for Error