Returns the row size for a row in the table.
(&self)
| 2389 | |
| 2390 | /// Returns the row size for a row in the table. |
| 2391 | pub fn row_size(&self) -> Size { |
| 2392 | self.row_layout().size() |
| 2393 | } |
| 2394 | |
| 2395 | /// Returns the layout for a row in the table. |
| 2396 | fn row_layout(&self) -> &RowTypeLayout { |