Module alpha_vantage::client [−][src]
Expand description
Module which provides trait to implement own client as well as default client in project
Traits
Trait which can be implemented for all common library client for getting
output from server
surf and reqwest are two client which are supported with feature flag. If
you prefer alternate http client you can add support by implementing
HttpClient trait for client.
Some example of other client which can be used are isahc client
