pub trait HasLayer {
// Required method
fn get_layer(&self) -> Option<String>;
}Expand description
If a user creates metadata for a VectorFeature, it needs to define a get_layer function
Required Methods§
Implementations on Foreign Types§
Implementors§
impl HasLayer for TileMetadata
Available on crate feature
std only.