We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f83cf commit 0d72d26Copy full SHA for 0d72d26
rosidl_runtime_rs/src/traits.rs
@@ -37,7 +37,7 @@ pub trait SequenceAlloc: Sized {
37
/// used by user code.
38
///
39
/// User code never needs to call this trait's method, much less implement this trait.
40
-pub trait RmwMessage: Clone + Debug + Default + Send + Sync {
+pub trait RmwMessage: Clone + Debug + Default + Send + Sync + Message {
41
/// Get a pointer to the correct `rosidl_message_type_support_t` structure.
42
fn get_type_support() -> libc::uintptr_t;
43
}
0 commit comments