Trait maplibre::vector::VectorTransferables
source · pub trait VectorTransferables: Copy + Clone + 'static {
type TileTessellated: TileTessellated;
type LayerMissing: LayerMissing;
type LayerTessellated: LayerTessellated;
type LayerIndexed: LayerIndexed;
}