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
I would like to make rpds an optional dependency while at the same time implementing some traits in a generic manner
(i.e. impl<T, P: archery::SharedPointerKind> for rpds::Vector<T, P>).
I can't find a way to make this work without adding archery as an optional dependency and then requiring users to enable both features.
The text was updated successfully, but these errors were encountered:
I would like to make
rpds
an optional dependency while at the same time implementing some traits in a generic manner(i.e.
impl<T, P: archery::SharedPointerKind> for rpds::Vector<T, P>
).I can't find a way to make this work without adding
archery
as an optional dependency and then requiring users to enable both features.The text was updated successfully, but these errors were encountered: