pub fn get_pooled_object_via_default<T>() -> Twhere T: Poolable + Send + Sync + 'static, T::Data: Default + Sync,
Creates an poolable object (of type T) when T::Data implements Default.
T
T::Data
Default