conrod::image_map! [] [src]

macro_rules! image_map {
    ($(($idx:expr, $img:expr)),* $(,)*) => { ... };
}

A macro for simplifying the instantiation of an image::Map.

See the Map documentation for an example.