rust-nex/rnex-core/src/rmc/structures/data.rs

5 lines
107 B
Rust
Raw Normal View History

2026-04-25 18:40:32 +02:00
use macros::RmcSerialize;
#[derive(RmcSerialize, Debug, Clone, Copy)]
2026-04-25 18:40:32 +02:00
#[rmc_struct(0)]
pub struct Data {}