1 2 3 4 5 6 7
//! Types that you may want to use in describing the event payload data mod arcval; mod binary; pub use arcval::ArcVal; pub use binary::Binary;