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§

Object Safety§

This trait is not object safe.

Implementors§