Skip to main content

xidl_typeobject/
lib.rs

1mod dds_xtypes_typeobject;
2
3pub use dds_xtypes_typeobject::*;
4
5pub mod runtime;
6
7mod typeobject;
8pub use typeobject::*;
9
10extern crate self as xidl_typeobject;