Error
Type
embedded_
svc
0.28.1
Error
Type
Required Associated Types
Error
Implementations on Foreign Types
&E
&mut E
Implementors
In embedded_
svc::
mqtt::
client
Modules
asynch
Structs
InitialChunkData
SubsequentChunkData
Enums
Details
EventPayload
QoS
Traits
Client
Connection
Enqueue
ErrorType
Event
Publish
Type Aliases
MessageId
embedded_svc
::
mqtt
::
client
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
ErrorType
for
EspAsyncMqttClient
impl
ErrorType
for
EspAsyncMqttConnection
impl
ErrorType
for
EspMqttClient
<'_>
impl
ErrorType
for
EspMqttConnection
impl
ErrorType
for
EspMqttEvent
<'_>