Update the [`SessionConfig`]
(mut self, session_config: SessionConfig)
| 158 | |
| 159 | /// Update the [`SessionConfig`] |
| 160 | pub fn with_session_config(mut self, session_config: SessionConfig) -> Self { |
| 161 | self.session_config = session_config; |
| 162 | self |
| 163 | } |
| 164 | |
| 165 | /// Update the [`RuntimeEnv`] |
| 166 | pub fn with_runtime(mut self, runtime: Arc<RuntimeEnv>) -> Self { |
no outgoing calls