Expand description
Implementation of TokenRegistry
.
Structs§
- Token
Registry - Tokenizable
- Tokenizable is to be used to wrap anything that might need to have tokens generated. It will ensure that the token is unregistered when Tokenizable is dropped.
Implementation of TokenRegistry
.