Simone Cimarelli
Results
2
comments of
Simone Cimarelli
Ok, the `Default` trait issue should now be resolved (through use of a zero-cost abstraction in the form of a newtype around `GaiResolver` to provide for the `Default` trait, we...
> How about also moving `builder()` inside `impl RestClient` with `new`? Then if the type needs to be changed the `Builder` can be created explicitly: Yeah, of course... use is...