This is a small patch that removes the implicit Sized requirement from Function::get_stats and GOFunction::get_stats (as well as their get equivalents).
As far as I can tell, this shouldn't have any negative impact on their functioning, and makes them more suited to being used in maps (which will often be indexed by the unsized str).
Hi!
This is a small patch that removes the implicit
Sized
requirement fromFunction::get_stats
andGOFunction::get_stats
(as well as theirget
equivalents).As far as I can tell, this shouldn't have any negative impact on their functioning, and makes them more suited to being used in maps (which will often be indexed by the unsized
str
).Thank you for the attention!