pub type Error = Box<dyn Error + Sync + Send>;
A Zenoh error.
pub struct Error(/* private fields */);