rust-nex/rnex-core/src/rmc/structures/data.rs
2026-04-25 19:15:23 +02:00

5 lines
107 B
Rust

use macros::RmcSerialize;
#[derive(RmcSerialize, Debug, Clone, Copy)]
#[rmc_struct(0)]
pub struct Data {}