Type Definition validations::SimpleError [] [src]

type SimpleError = Error<()>;

An Error with no custom details, to avoid the generic parameter when not needed.