PropertyMapExt

Trait PropertyMapExt 

Source
pub trait PropertyMapExt {
    // Required methods
    fn get_facing_or_north(&self) -> &str;
    fn get_u8(&self, key: &str) -> Option<u8>;
    fn is_true(&self, key: &str) -> bool;
}

Required Methods§

Source

fn get_facing_or_north(&self) -> &str

Source

fn get_u8(&self, key: &str) -> Option<u8>

Source

fn is_true(&self, key: &str) -> bool

Implementors§