dynamic-pool
dynamic-pool copied to clipboard
`create` callback could be made `?Sized`
Internally DynamicPool
will box the callback, so there isn't a good reason to prevent something like DynamicPool<dyn Fn() -> T>
from being specified.
Feel free to open a PR.