1 2 3 4 5 6 7 8 9 10 11
//! Retry façade. //! //! Thin re-exports of `echo_core::retry`. //! The authoritative implementation lives in `echo_core`. /// Direct re-exports from `echo_core::retry`. pub mod core { pub use echo_core::retry::*; } pub use echo_core::retry::*;