Set the [`ConfigOptions`] for this context
(mut self, config_options: Arc<ConfigOptions>)
| 70 | )] |
| 71 | /// Set the [`ConfigOptions`] for this context |
| 72 | pub fn with_config_options(mut self, config_options: Arc<ConfigOptions>) -> Self { |
| 73 | self.config_options = config_options; |
| 74 | self |
| 75 | } |
| 76 | |
| 77 | #[deprecated( |
| 78 | since = "54.0.0", |
no outgoing calls