Expand description
Application related items
Structs§
- App
- Struct that implements module-wide responsibilities, currently limited to creating views on request.
- AppSender
- Context struct passed to the application assistant creator
- Config
- Grab-bag of configuration options for Carnelian apps.
- View
Creation Parameters - Parameter struction for view creation
Enums§
- Message
Target - Target of a Any-based message
- View
Mode - Enum used by Config to control what sort of views will be used.
Traits§
- AppAssistant
- 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§
- make_
app_ assistant - Convenience function to create an application assistant that implements Default.
Type Aliases§
- AppAssistant
Ptr - Reference to an application assistant.
- Assistant
Creator - Future that returns an application assistant.
- Assistant
Creator Func - Function that creates an AssistantCreator future.
- Create
View Options - Options when creating a view.
- Local
BoxFuture - Type alias for a non-sync future