simple_tiled_wfc/
errors.rs

1/// An error which may occur during WFC
2pub enum WfcError {
3    /// An algorithm failed to find a solution
4    TooManyContradictions,
5    /// We don't know what it is but it seems terrific
6    SomeCreepyShit
7}