Docs.rs
waydriver-0.2.3
waydriver 0.2.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
BohdanTkachenko
Dependencies
async-trait ^0.1
normal
atspi ^0.29
normal
gstreamer ^0.25
normal
gstreamer-app ^0.25
normal
libc ^0.2
normal
sxd-document ^0.3
normal
sxd-xpath ^0.4
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
zbus ^5
normal
Versions
85.9%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module error
waydriver
0.2.3
Module error
Module Items
Enums
Type Aliases
In crate waydriver
waydriver
Module
error
Copy item path
Source
Expand description
Error types used throughout the crate.
Enums
§
Error
Errors that can occur during a waydriver session.
Type Aliases
§
Result
Convenience alias for
std::result::Result<T, waydriver::Error>
.