Trait twmap::AnyLayer[][src]

pub trait AnyLayer {
    fn kind() -> LayerKind;
fn get(layer: &Layer) -> Option<&Self>; }

Required methods

fn kind() -> LayerKind[src]

fn get(layer: &Layer) -> Option<&Self>[src]

Loading content...

Implementors

impl AnyLayer for FrontLayer[src]

impl AnyLayer for GameLayer[src]

impl AnyLayer for QuadsLayer[src]

impl AnyLayer for SoundsLayer[src]

impl AnyLayer for SpeedupLayer[src]

impl AnyLayer for SwitchLayer[src]

impl AnyLayer for TeleLayer[src]

impl AnyLayer for TilesLayer[src]

impl AnyLayer for TuneLayer[src]

Loading content...