Module common

Source
Expand description

Commonly used error types.

Macros§

bail_no_function
Constructs a NoFunction and bails out.
bail_not_implemented
Constructs a NotImplemented and bails out.
no_function
Constructs a NoFunction.
not_implemented
Constructs a NotImplemented.

Structs§

NoFunction
NotImplemented
TrackingIssue