[][src]Module new_home_application::app

In this module there is the main framework/application part. All the logic for receiving data and calling methods is stored here.

Structs

ApplicationBuilder

This struct contains all the application functions that need more than just a read-only reference to the application.

InnerApplication

This struct is the information holder for the application. IT contains mainly the registered methods and does the main routing for calls.

Type Definitions

Application
MethodFactory