Module carnelian::app

source ·
Expand description

Application related items

Structs§

  • Struct that implements module-wide responsibilities, currently limited to creating views on request.
  • Context struct passed to the application assistant creator
  • Grab-bag of configuration options for Carnelian apps.
  • Parameter struction for view creation

Enums§

  • Target of a Any-based message
  • Enum used by Config to control what sort of views will be used.

Traits§

  • Trait that a mod author must implement. Currently responsible for creating a view assistant when the Fuchsia view framework requests that the mod create a view.

Functions§

  • Convenience function to create an application assistant that implements Default.

Type Aliases§