Create a [Vaas] struct from the `VaasBuilder`. Returns an error if the HTTP client cannot be initialized
(self)
| 41 | /// Create a [Vaas] struct from the `VaasBuilder`. |
| 42 | /// Returns an error if the HTTP client cannot be initialized |
| 43 | pub fn build(self) -> VResult<Vaas> { |
| 44 | Vaas::try_new(self.authenticator, self.url) |
| 45 | } |
| 46 | } |
no outgoing calls