Structsยง
- The
Display<T>
object. Defines the way a T instance should be displayed. Display object can only be created and modified with a PublisherCap, making sure that the rules are set by the owner of the type. - Event: emitted when a new Display object has been created for type T. Type signature of the event corresponds to the type while id serves for the discovery.
- Version of Display got updated -