ros2_rust icon indicating copy to clipboard operation
ros2_rust copied to clipboard

Add Extend and FromIterator impl for rosidl_runtime_rs::{String, WString}

Open nnmm opened this issue 3 years ago • 0 comments

It would be nice if the string types in rosidl_runtime_rs could be built/extended from iterators, like the regular string type.

For this, we'd need implementations for Extend<char> and FromIterator<char> for both types, at least.

nnmm avatar Aug 14 '22 12:08 nnmm