[][src]Trait spatial_table::Layers

pub trait Layers: Default {
    type Layer: Copy;
    fn select_field_mut(&mut self, layer: Self::Layer) -> &mut Option<Entity>;
}

Associated Types

type Layer: Copy

Loading content...

Required methods

fn select_field_mut(&mut self, layer: Self::Layer) -> &mut Option<Entity>

Loading content...

Implementors

Loading content...