Trait maplibre::raster::RasterTransferables
source · pub trait RasterTransferables: Copy + Clone + 'static {
type LayerRaster: LayerRaster;
type LayerRasterMissing: LayerRasterMissing;
}pub trait RasterTransferables: Copy + Clone + 'static {
type LayerRaster: LayerRaster;
type LayerRasterMissing: LayerRasterMissing;
}