1 2 3 4 5 6
//! Implementations of the `UpdateService` trait. mod memory; mod serial; pub use memory::*; pub use serial::*;