pub struct Table<const N: usize> { /* private fields */ }Implementations§
Source§impl<const N: usize> Table<N>
impl<const N: usize> Table<N>
Sourcepub fn new() -> TableResult<N>
pub fn new() -> TableResult<N>
Table is created with a fixed number of columns