Trait maplibre::vector::VectorTransferables

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

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§