Need to shift from `Box`ed connection type to an owned type parameter. `Box`es are significantly slower to access and can take a hit on performance.
Need to shift from
Boxed connection type to an owned type parameter.Boxes are significantly slower to access and can take a hit on performance.