Trait maplibre::raster::LayerRasterMissing
source · pub trait LayerRasterMissing: IntoMessage + Debug + Send {
// Required methods
fn message_tag() -> &'static dyn MessageTag;
fn build_from(coords: WorldTileCoords) -> Self;
fn coords(&self) -> WorldTileCoords;
fn to_layer(self) -> MissingRasterLayerData;
}
Required Methods§
fn message_tag() -> &'static dyn MessageTag
fn build_from(coords: WorldTileCoords) -> Self
fn coords(&self) -> WorldTileCoords
fn to_layer(self) -> MissingRasterLayerData
Object Safety§
This trait is not object safe.