Module tuirealm::application

source ·
Expand description

§Application

This module exposes the Application, which is the core struct of tui-realm.

Structs§

  • The application defines a tui-realm application. It will handle events, subscriptions and the view too. It provides functions to interact with the view (mount, umount, query, etc), but also the main function: tick(). See tick

Enums§

Type Aliases§

  • Result retuned by Application. Ok depends on method Err is always ApplicationError