Function egg_mode::place::show [] [src]

pub fn show<'a>(
    id: &str,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, Place>

Load the place with the given ID.

Examples

let result = core.run(egg_mode::place::show("18810aa5b43e76c7", &token, &handle)).unwrap();

assert!(result.full_name == "Dallas, TX");