Module codes

Source
Expand description

Enumeration of all available codes, with associated read and write methods.

This is the slower and more generic form of dispatching, mostly used for testing and writing examples. For faster dispatching, consider using dynamic or static dispatch.

Enumsยง

CodeError
Error type for parsing a code from a string.
Codes
An enum whose variants represent all the available codes.