Type Definition rraw::responses::listing::GenericListing

source ·
pub type GenericListing<T> = GenericResponse<Listing<GenericResponse<T>>>;
Expand description

GenericListing mixes the GenericResponse and Listing for simplicity