Skip to content

Commit 7c2975b

Browse files
committed
More trait re-exports
Signed-off-by: Michael X. Grey <[email protected]>
1 parent ea27c3f commit 7c2975b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rclrs/src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,9 @@ use time_source::*;
228228
pub use wait_set::*;
229229
pub use worker::*;
230230

231-
pub use rosidl_runtime_rs::{Message as MessageIDL, Service as ServiceIDL};
231+
pub use rosidl_runtime_rs::{
232+
Message as MessageIDL,
233+
RmwMessage as RmwMessageIDL,
234+
Service as ServiceIDL,
235+
Action as ActionIDL,
236+
};

0 commit comments

Comments
 (0)