Type Definition rraw::responses::GenericListing[][src]

type GenericListing<T> = GenericResponse<Listing<GenericResponse<T>>>;
Expand description

GenericListing mixes the GenericResponse and Listing for simplicity