-
- Downloads
ConfigurationSources: Have the generics take Into<owned>
These generic arguments weren't consistent. It doesn't make sense ot insist on getting a borrowed type and then cloning it. So tidy things up in the direction of taking owned values, which is what ConfigurationSources actually needs. (My personal preference would be &dyn to avoid monomorphisation code bloat but that was controversial last time I proposed it somewhere.)
parent
c9fee15c
No related branches found
No related tags found
Please register or sign in to comment