module

Hathor::NestedContractMacro

Macros

nested_contract(type_declaration, **options)

nested_contract macro allows to define properties of type of other contracts Technically its a hybrid of nested and field macro. Its the same as nested, but doesnt need an inline class.

Source
nested_contract!(type_declaration, **options)

shortcut for "nilable: false" option

Source