embedded_
svc
0.28.1
Error
Type
Required Associated Types
Error
Implementations on Foreign Types
&E
&mut E
Implementors
In embedded_
svc::
mqtt::
client
embedded_svc
::
mqtt
::
client
Trait
ErrorType
Copy item path
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
§