Docs.rs
atspi-client-0.1.0
atspi-client 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
12 October 2025
Links
Homepage
Repository
crates.io
Source
Owners
TTWNO
Dependencies
async-trait ^0.1.68
normal
atspi-common ^0.1.0
normal
atspi-proxies ^0.1.0
normal
static_assertions ^1.1.0
normal
zbus ^3.12.0
normal
Versions
10.36%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
HyperlinkExtError
atspi_
client
0.1.0
Hyperlink
ExtError
Required Associated Types
Error
Implementations on Foreign Types
HyperlinkProxy<'_>
Implementors
In atspi_
client::
hyperlink_
ext
atspi_client
::
hyperlink_ext
Trait
Hyperlink
ExtError
Copy item path
Source
pub trait HyperlinkExtError:
Hyperlink
{ type
Error
:
Error
; }
Required Associated Types
§
Source
type
Error
:
Error
Implementations on Foreign Types
§
Source
§
impl
HyperlinkExtError
for
HyperlinkProxy
<'_>
Source
§
type
Error
=
AtspiError
Implementors
§