Make WrappedTypesupport traits public. Closes #31

This commit is contained in:
Martin Dahl 2023-01-17 10:41:44 +01:00
parent 478c4e8667
commit af452ec6fd
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ pub use error::{Error, Result};
mod msg_types;
pub use msg_types::generated_msgs::*;
pub use msg_types::WrappedNativeMsg as NativeMsg;
pub use msg_types::WrappedTypesupport;
pub use msg_types::WrappedServiceTypeSupport;
pub use msg_types::WrappedActionTypeSupport;
mod utils;
pub use utils::*;