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
ApplicationBlockingExtError
atspi_
client
0.1.0
Application
Blocking
ExtError
Required Associated Types
Error
Implementations on Foreign Types
ApplicationProxyBlocking<'_>
Implementors
In atspi_
client::
application_
ext
atspi_client
::
application_ext
Trait
Application
Blocking
ExtError
Copy item path
Source
pub trait ApplicationBlockingExtError:
ApplicationBlocking
{ type
Error
:
Error
; }
Required Associated Types
§
Source
type
Error
:
Error
Implementations on Foreign Types
§
Source
§
impl
ApplicationBlockingExtError
for
ApplicationProxyBlocking
<'_>
Source
§
type
Error
=
AtspiError
Implementors
§