//! # Responses
//! Base responses
use ;
/// Basic structure of a Reddit response.
/// See: <https://github.com/reddit-archive/reddit/wiki/JSON>
/// JSON list response.
/// Often times a basic thing will have this structure.
pub type BasicListing<T> = ;