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
We have the very useful Dataflow::get_wire_type but there is no appropriate BuildError variant for when this wire does not have the expected type. Let's add one.
I would suggest we also add an Other variant, with either a String or a Box<dyn Error> for use when similar situations arise in the future.
The text was updated successfully, but these errors were encountered:
We have the very useful
Dataflow::get_wire_type
but there is no appropriateBuildError
variant for when this wire does not have the expected type. Let's add one.I would suggest we also add an
Other
variant, with either a String or aBox<dyn Error>
for use when similar situations arise in the future.The text was updated successfully, but these errors were encountered: