[−][src]Trait scoopit_api::requests::GetRequest
Represents a GET request.
Associated Types
type Response: TryInto<Self::Output, Error = Error> + DeserializeOwned[src]
The type returned by the Scoop.it API.
It must be converible to this trait Output type.
type Output[src]
The type returned by the client