Module token_registry

Source
Expand description

Implementation of TokenRegistry.

Structs§

TokenRegistry
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.

Traits§

TokenInterface