Constrain the server.
(mut self, server: &'a str)
| 206 | |
| 207 | /// Constrain the server. |
| 208 | pub fn server(mut self, server: &'a str) -> Self { |
| 209 | self.server = Some(server); |
| 210 | self |
| 211 | } |
| 212 | |
| 213 | /// Constrain the workspace. |
| 214 | pub fn workspace(mut self, workspace: &'a str) -> Self { |