//! Error conversion for the `apis-saltans` driver boundary.
//!//! EZSP errors retain their concrete value inside the hardware abstraction's
//! backend error variant without discarding their source or display text.
implFrom<crate::Error>forapis_saltans_hw::Error{fnfrom(error:crate::Error)->Self{Self::backend(error)}}