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