5 lines
107 B
Rust
5 lines
107 B
Rust
use macros::RmcSerialize;
|
|
|
|
#[derive(RmcSerialize, Debug, Clone, Copy)]
|
|
#[rmc_struct(0)]
|
|
pub struct Data {}
|