Functionsยง
- gen_
collision_ ๐checks - Generate collision check functions for all fields
- gen_
constructor ๐ - Generate the constructor method
- gen_
contract_ ๐storage_ impl - Generate the
trait ContractStorageimplementation - gen_
default_ ๐impl - Generate a
Defaultimplementation that callsSelf::new(). - gen_
handler_ ๐field_ decl - Generates a public handler field declaration for a storage field
- gen_
handler_ ๐field_ init - Generates handler field initialization expression
- gen_
slots_ ๐module - Generate the
slotsmodule with constants and collision checks - gen_
struct ๐ - Generate the transformed struct with handler fields