pub type Polygon = Polygon<Client>;Expand description
The main polygon.io API client with the default reqwest::Client HTTP client.
This type alias is only available when the reqwest feature is enabled.
When reqwest is disabled, use client::Polygon<YourClient> directly.
Aliased Typeยง
pub struct Polygon { /* private fields */ }