Docs.rs
embedded-svc-0.26.4
embedded-svc 0.26.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
MabezDev
ivmarkov
github:esp-rs:espressif
Dependencies
atomic-waker ^1.1.1
normal
defmt ^0.3
normal
embedded-hal-async =1.0.0-rc.1
normal
embedded-io ^0.6
normal
embedded-io-async ^0.6
normal
enumset ^1
normal
heapless ^0.7
normal
log ^0.4
normal
no-std-net ^0.5
normal
num_enum ^0.7
normal
serde ^1
normal
strum ^0.25
normal
strum_macros ^0.25
normal
Versions
2.15%
of the crate is documented
Go to latest version
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
☰
embedded_svc
0.26.4
ErrorType
Required Associated Types
Error
Implementations on Foreign Types
&E
&mut E
Implementors
In embedded_svc::timer
?
Trait
embedded_svc
::
timer
::
ErrorType
source
·
[
−
]
pub trait ErrorType { type
Error
:
Debug
; }
Required Associated Types
§
source
type
Error
:
Debug
Implementations on Foreign Types
§
source
§
impl<E>
ErrorType
for
&E
where E:
ErrorType
,
§
type
Error
= <E as
ErrorType
>::
Error
source
§
impl<E>
ErrorType
for
&mut E
where E:
ErrorType
,
§
type
Error
= <E as
ErrorType
>::
Error
Implementors
§