Trait twmap::map_checks::TileChecking[][src]

pub trait TileChecking {
    fn check(&self) -> Result<(), TileErrorKind> { ... }
}

Provided methods

Implementors