rust-nex/rnex-core/src/rmc/structures/data.rs
2026-04-25 18:40:32 +02:00

5 lines
87 B
Rust

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