Docs.rs
dbus-async-1.1.0
dbus-async 1.1.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
LinkTed
Dependencies
async-trait ^0.1.36
normal
bitflags ^1.2.1
normal
bytes ^0.5.5
normal
dbus-message-parser ^2.2.0
normal
futures ^0.3.5
normal
hex ^0.4.2
normal
lazy_static ^1.4.0
normal
libc ^0.2.71
normal
log ^0.4.8
normal
lru ^0.5.2
normal
regex ^1.3.9
normal
retain_mut ^0.1.1
normal
tokio ^0.2.21
normal
tokio ^0.2.21
dev
Versions
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
☰
Type Definition DBusResult
dbus_async
All crates
[
−
]
[src]
Type Definition
dbus_async
::
DBusResult
type DBusResult<T> =
Result
<T,
DBusError
>;