Skip to main content

Module fixed_length

Module fixed_length 

Source
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ยง

ExtendDatums
A helper trait for types that can append their datums to a Vec<Datum>.