Skip to main content

UncheckedTableRow

Type Alias UncheckedTableRow 

Source
pub type UncheckedTableRow<T> = Vec<T>;
Expand description

Represents an unchecked table row, which is a vector of elements. Will be converted into TableRow<T> internally

Aliased Typeยง

pub struct UncheckedTableRow<T> { /* private fields */ }