Set the [`SessionConfig`]
(mut self, config: SessionConfig)
| 1424 | |
| 1425 | /// Set the [`SessionConfig`] |
| 1426 | pub fn with_config(mut self, config: SessionConfig) -> Self { |
| 1427 | self.config = Some(config); |
| 1428 | self |
| 1429 | } |
| 1430 | |
| 1431 | /// Set the [`TableOptions`] |
| 1432 | pub fn with_table_options(mut self, table_options: TableOptions) -> Self { |
no outgoing calls