Closed aschampion closed 6 years ago
This would resolve the T vs. Vec<T> weirdness, remove the new for a boxed trait object, and allow Into<Vec<T>> for the data block, meaning zero copy use after reading.
T
Vec<T>
Into<Vec<T>>
This would resolve the
T
vs.Vec<T>
weirdness, remove the new for a boxed trait object, and allowInto<Vec<T>>
for the data block, meaning zero copy use after reading.