Expand description

Trait for representing an Abscissa application and it’s lifecycle

Re-exports

pub use self::cell::AppCell;

Modules

Application cell: holder of application state.

Structs

Application name
Framework-managed application state

Traits

Application types implementing this trait own global application state, including configuration and arbitrary other values stored within application components.

Functions

Boot the given application, parsing subcommand and options from command-line arguments, and terminating when complete.
Print a fatal error message and exit