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
There's not really a need for a trait because consumers of this crate won't use it. Instead it should be an enum in order to eliminate the dynamic dispatch.
The text was updated successfully, but these errors were encountered:
There's not really a need for a trait because consumers of this crate won't use it. Instead it should be an enum in order to eliminate the dynamic dispatch.
The text was updated successfully, but these errors were encountered: