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 are some methods with the type parameter Q such that I: Borrow<Q>. Some of these methods (change_priority(_by), get_priority) don't require Q to be sized, but all others do. Has it a particular reason?
If not, it would be nice if those functions could be update to Q: ?Sized.
The text was updated successfully, but these errors were encountered:
There are some methods with the type parameter
Q
such thatI: Borrow<Q>
. Some of these methods (change_priority
(_by
),get_priority
) don't requireQ
to be sized, but all others do. Has it a particular reason?If not, it would be nice if those functions could be update to
Q: ?Sized
.The text was updated successfully, but these errors were encountered: