Docs.rs
mqi-0.3.0
mqi 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
23 July 2025
Links
Repository
crates.io
Source
Owners
spitsw
Dependencies
derive_more ^2.0.1
normal
dlopen2 ^0.8.0
normal
optional
document-features ^0.2.10
normal
optional
libmqm-constants ^0.8.3
normal
libmqm-default ^0.10.1
normal
libmqm-sys ^0.10.1
normal
maybe-owned ^0.3.4
normal
mockall ^0.13.1
normal
optional
tracing ^0.1.40
normal
optional
anyhow ^1.0.87
dev
clap ^4.5
dev
ctrlc ^3.4
dev
proptest ^1.6.0
dev
tracing ^0.1.40
dev
tracing-subscriber ^0.3.19
dev
Versions
16.93%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mqi
0.3.0
With
MqError
Required Methods
mqi_error
Implementors
In mqi::
result
mqi
::
result
Trait
WithMqError
Copy item path
Source
pub trait WithMqError { // Required method fn
mqi_error
(&self) ->
Option
<&
Error
>; }
Required Methods
§
Source
fn
mqi_error
(&self) ->
Option
<&
Error
>
Implementors
§
Source
§
impl
WithMqError
for
PutStringCcsidError
Available on
crate feature
mqai
only.
Source
§
impl
WithMqError
for
Error