Docs.rs
atspi-client-0.1.0
atspi-client 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
atspi_
client
0.1.0
Document
Blocking
ExtError
Required Associated Types
Error
Implementations on Foreign Types
DocumentProxyBlocking<'_>
Implementors
In atspi_
client::
document_
ext
atspi_client
::
document_ext
Trait
DocumentBlockingExtError
Copy item path
Source
pub trait DocumentBlockingExtError:
DocumentBlocking
{ type
Error
:
Error
; }
Required Associated Types
§
Source
type
Error
:
Error
Implementations on Foreign Types
§
Source
§
impl
DocumentBlockingExtError
for
DocumentProxyBlocking
<'_>
Source
§
type
Error
=
AtspiError
Implementors
§