[][src]Module rdcl_aoc_helpers::error

Error handling.

Structs

ParseError

Generic parsing error.

Traits

WithOrExit

Trait that adds the or_exit_with method to a struct. To be used to create a way to retrieve a value, or exit with a specified error code.