1 2 3 4
//! This module defines all the predefined generic traits and structs that can be used by device //! implementations to implement their features, availability, I/O and usage. pub mod connection; pub mod device_types;