pub enum WfcError {
TooManyContradictions,
SomeCreepyShit,
}Expand description
An error which may occur during WFC
Variants§
TooManyContradictions
An algorithm failed to find a solution
SomeCreepyShit
We don’t know what it is but it seems terrific
Auto Trait Implementations§
impl Freeze for WfcError
impl RefUnwindSafe for WfcError
impl Send for WfcError
impl Sync for WfcError
impl Unpin for WfcError
impl UnwindSafe for WfcError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more