Error
Type
embedded_
svc
0.28.1
Error
Type
Required Associated Types
Error
Implementations on Foreign Types
&E
&mut E
Implementors
In embedded_
svc::
channel
Modules
asynch
Traits
ErrorType
Receiver
Sender
embedded_svc
::
channel
Trait
ErrorType
Copy item path
Settings
Help
Summary
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
,
Source
§
type
Error
= <E as
ErrorType
>::
Error
Source
§
impl<E>
ErrorType
for &mut E
where E:
ErrorType
,
Source
§
type
Error
= <E as
ErrorType
>::
Error
Implementors
§
impl<D, T>
ErrorType
for
EspAsyncSubscription
<D, T>
where D:
EspEventDeserializer
, T:
EspEventLoopType
,