Macrosยง
- rassert
- Helper macro to return an Err if the expression fails.
- rassert_
notify - Helper macro to cleanly execute an expression and return out of the function if it fails.
- rassert_
notify_ break - Helper macro to cleanly execute an expression and break a loop if it fails.
- rassert_
notify_ continue - Helper macro to cleanly execute an expression and continue a loop if it fails.