Expand description
Commonly used items for glob import.
Re-exports§
Macros§
- bail
- Return early with an error.
- ensure
- Return early with an error if a condition is not satisfied.
- nexerror
- Creates a new
NexErrorfrom a format string.
Derive Macros§
- Error
- Re-export the derive macro so users can
use nexcore_error::Error;DeriveDisplayandstd::error::Errorfor an enum or struct.