Split Payload and PayloadType

This commit is contained in:
Werner
2021-12-26 18:44:17 -03:00
parent 96abcde56b
commit 5b7fc61723
5 changed files with 23 additions and 15 deletions

View File

@ -23,6 +23,10 @@ pub use self::_Limits::*;
mod _Machine;
pub use self::_Machine::*;
#[path = "PayloadType.rs"]
mod _PayloadType;
pub use self::_PayloadType::*;
#[path = "Registry.rs"]
mod _Registry;
pub use self::_Registry::*;