Make WrappedTypesupport traits public. Closes #31
This commit is contained in:
parent
478c4e8667
commit
af452ec6fd
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Reference in New Issue