rsiot-components-config 0.0.68

Конфигурация компонентов
Documentation
1
2
3
4
5
#[derive(Debug, thiserror::Error)]
pub enum Error {
    #[error("Cannot represent timetamp as Unix time: {0:?}")]
    WrongTimestamp(rsiot_messages_core::Timestamp),
}