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