Expand description
Provides abstractions for types that can append their datums to a vector.
Row is the most obvious implementor, but other trace types that may use more advanced
representations only need to commit to implementing this trait.
Traitsยง
- Extend
Datums - A helper trait for types that can append their datums to a
Vec<Datum>.