Expand description
A helper macro for generating SlotRange
enum.
Re-exports§
pub use paste;
Modules§
- result
- Error handling with the
Result
type.
Macros§
- generate_
slot_ range - This macro generates a
SlotRange
enum of arbitrary length for use in the Slot Auction mechanism on Polkadot.
Traits§
- Add
- The addition operator
+
. - Checked
Sub - Performs subtraction that returns
None
instead of wrapping around on underflow. - Decode
- Trait that allows zero-copy read of value-references from slices in LE format.
- Encode
- Trait that allows zero-copy write of value-references to slices in LE format.