embedded_svc
0.28.0
ErrorType
Required Associated Types
Error
Implementations on Foreign Types
&E
&mut E
Implementors
In embedded_svc::ws
Trait
embedded_svc
::
ws
::
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
,
§
type
Error
= <E as
ErrorType
>::
Error
source
§
impl<E>
ErrorType
for &mut E
where E:
ErrorType
,
§
type
Error
= <E as
ErrorType
>::
Error
Implementors
§