Crate codama_errors

Crate codama_errors 

Source

Macros§

combine_errors
Combine multiple results into a single result by combining errors. Note we could use recursion here but the tuple would be nested. E.g. (a, (b, c)) instead of (a, b, c).

Enums§

CodamaError

Traits§

CombineErrors
IteratorCombineErrors

Type Aliases§

CodamaResult