You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're implementing Error for RclrsError manually which isn't best practice. The thiserror crate makes it very convenient to implement the standard Error trait and helps keep the implementation correct.
I'm opening this issue as a self-reminder, maintainers can feel free to assign this ticket to me.