[][src]Module mesher::fail

Contains the error-reporting enum for mesher.

Enums

MesherFail

Every possible way a Mesher can fail to do something.

Type Definitions

Result

A Result alias with MesherFail as the Err type to make some code a little less repetitive.