-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward implementations of mutable traits on
Retained<T>
to &T
This makes it possible to still implement such traits that require mutability, even though the type itself uses interior mutability. The method through which this is accomplished differs a bit depending on the specific trait, but generally we try to implement mutable traits for both `Retained<T>` and `&Retained<T>`. Part of #563
- Loading branch information
Showing
1 changed file
with
161 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters