This change lets the Client struct take ownership of the Provider trait object so that we are remove the lifetime parameter from the Client. This change simplifies usage of the Client object. Without this it is difficult to pass the Client object to a thread.
38 KiB
38 KiB