add data
This commit is contained in:
parent
51e7c63d66
commit
3c8ba491dd
4 changed files with 12 additions and 1 deletions
5
rnex-core/src/rmc/structures/data.rs
Normal file
5
rnex-core/src/rmc/structures/data.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use macros::RmcSerialize;
|
||||
|
||||
#[derive(RmcSerialize)]
|
||||
#[rmc_struct(0)]
|
||||
pub struct Data {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue