macro_rules! unsupported_image {
($struct_name:ident, $provider:expr) => { ... };
}Expand description
Generates an unsupported MapImageProvider stub implementation.
macro_rules! unsupported_image {
($struct_name:ident, $provider:expr) => { ... };
}Generates an unsupported MapImageProvider stub implementation.