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