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 d4247d9 commit b38acdbCopy full SHA for b38acdb
rosidl_runtime_rs/src/sequence.rs
@@ -489,6 +489,7 @@ impl Display for SequenceExceedsBoundsError {
489
)
490
}
491
492
+/// Implements the `std::error::Error` trait for the `SequenceExceedsBoundsError` struct.
493
impl std::error::Error for SequenceExceedsBoundsError {}
494
495
macro_rules! impl_sequence_alloc_for_primitive_type {
0 commit comments