pub type UncheckedTableRow<T> = Vec<T>;
Represents an unchecked table row, which is a vector of elements. Will be converted into TableRow<T> internally
TableRow<T>
pub struct UncheckedTableRow<T> { /* private fields */ }