Trait maplibre::raster::LayerRasterMissing
source · [−]pub trait LayerRasterMissing: IntoMessage + Debug + Send {
fn message_tag() -> &'static dyn MessageTag;
fn build_from(coords: WorldTileCoords) -> Self;
fn coords(&self) -> WorldTileCoords;
fn to_layer(self) -> MissingRasterLayerData;
}Required Methods
source
fn message_tag() -> &'static dyn MessageTag
source
fn build_from(coords: WorldTileCoords) -> Self
source
fn coords(&self) -> WorldTileCoords
source