pub type Tab = ViewId;Expand description
Tab is an alias so existing Tab::Accounts, Tab::ALL, etc. keep compiling.
Aliased Type§
pub enum Tab {
Accounts = 0,
Transactions = 1,
Commodities = 2,
Reports = 3,
Config = 4,
Console = 5,
}