Docs.rs
devicemapper-0.26.1
devicemapper 0.26.1
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
mulkieran
github:stratis-storage:stratis-team
jbaublitz
bgurney-rh
Dependencies
bitflags ^1
normal
error-chain ^0.12
normal
libc ^0.2.36
normal
macro-attr ^0.2.0
normal
newtype_derive ^0.1
normal
nix ^0.11
normal
serde ^1
normal
libmount ^0.1.11
dev
libudev ^0.2.0
dev
loopdev ^0.2
dev
tempfile ^3.0.1
dev
uuid ^0.7
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
DmResult
In devicemapper
?
Type Definition
devicemapper
::
DmResult
source
·
[
−
]
pub type DmResult<T> =
Result
<T,
DmError
>;
Expand description
return result for DM functions