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
Why does the embedded_can, Can trait use an associated type for the frame?
I want to link two libraries, each implementing their own can-bus and can-frame type, compatible with the Can and Frame traits, but a can frame from one can't be send to the other... Is there a way to make this work or do I have to manually convert between the types.
The text was updated successfully, but these errors were encountered:
Why does the embedded_can, Can trait use an associated type for the frame?
I want to link two libraries, each implementing their own can-bus and can-frame type, compatible with the Can and Frame traits, but a can frame from one can't be send to the other... Is there a way to make this work or do I have to manually convert between the types.
The text was updated successfully, but these errors were encountered: