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
{{ message }}
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
We have trouble with the associated types for DoughnutApi trait because PlugDoughnut struct takes Doughnut: DoughnutApi as type parameter -> we have to impl DoughnutApi trait for the (versioned enum) Doughnut. We're not sure how to go about defining the associated types for Doughnut (whether to make it generic or remove associated types for fixed types).
I think the DoughnutApi trait should be moved so that it is defined here in Plug instead of doughnut-rs. It should only be implemented for PlugDoughnut which can then handle the version management internally.
This should be part of the Plug and CENNZnet 1.0.0-rc2 releases
The text was updated successfully, but these errors were encountered: