Function xkcd::comics::get
[−]
[src]
pub fn get<'a, R>(
client: &'a R,
id: u32
) -> Box<Future<Item = XkcdResponse, Error = Error> + 'a> where
R: XkcdRequestSender,
Retrieves information regarding a specified comic from the XKCD website.