Docs.rs
systemd-run-0.2.0
systemd-run 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
xry111
Dependencies
byte-unit ^4.0.14
normal
futures ^0.3.21
normal
uuid ^1.1.2
normal
zbus ^2.1.1
normal
zbus_names ^2.1.0
normal
async-std ^1.10.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Result
In systemd_run
?
Type Definition
systemd_run
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Alias for a
Result
with the error type
Error
.