[][src]Module world_map_gen::error

Provides error type to represent all kinds of errors which may occur while world map generations.

Enums

Error

Error type which represents all kinds of errors for world_map_gen crate.

Type Definitions

Result

Reprensents a value or an error in world_map_gen package. Similar to std::io::Error for std::io package.