Expand description
These docs have been built from commit 825e02a0.
Modules§
- changelog
- Utilities for nominal typing
- Prelude exporting types from the Rust standard library (
std
) - Utilities relating to Vault Hunters
Macros§
- Declare a new nominal type (alias), with the provided name, a name for the marker type struct, and the wrapped type
- Declare many new nominal types (aliases), in a module
- Creates a
VecChain
containing the arguments - Executes code with cloned values, so the executed code can take ownership of the value without moving the original