rsiot/components_config/master_device/
address_bound.rs

1
2
3
4
5
6
/// Ограничения для адреса подчиненных устройств
pub trait AddressBound
where
    Self: Clone + Copy + Default + PartialEq + Send + Sync,
{
}