Crate zenoh_result
source ·Expand description
Macros§
- Construct an ad-hoc error from a string or existing non-
anyhow
error value.
Structs§
Traits§
Error
is a trait representing the basic expectations for error values, i.e., values of typeE
inResult<T, E>
.