Skip to main content

Module vista

Module vista 

Source
Expand description

Vista integration for vantage-cmd: the YAML-facing spec types, the factory (typed-table and YAML construction), and the TableShell.

Re-exports§

pub use factory::CmdVistaFactory;
pub use spec::CmdBlock;
pub use spec::CmdColumnExtras;
pub use spec::CmdTableExtras;
pub use spec::CmdVistaSpec;

Modules§

factory
CmdVistaFactory — builds a Vista from either a typed Table<Cmd, E> or a YAML CmdVistaSpec.
source
CmdTableShell — owns the typed Table<Cmd, EmptyEntity> and exposes it across the TableShell boundary.
spec
YAML-facing types for the command Vista driver.