Module zenoh_core::zresult
source · Macros§
- Construct an ad-hoc error from a string or existing non-
anyhowerror value.
Structs§
Traits§
Erroris a trait representing the basic expectations for error values, i.e., values of typeEinResult<T, E>.