Expand description
Core runtime traits for the peace automation framework.
These types are in this crate so that the rt_model_native
and
rt_model_web
crates are able to reference them and either use or provide
default implementations.
Re-exports§
pub use indicatif;
Modules§
Structs§
- Index
Map - A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
- Items
State Stored Stale - Items whose stored and discovered state are not equal.
- Params
Specs Deserialize Error - States
Deserialize Error
Enums§
- Apply
CmdError - Error applying changes to items.
- Error
- Peace runtime errors.
- Native
Error - Peace runtime errors.
- State
Downcast Error - Error downcasting a
BoxDtDisplay
into an item’s concrete state type. - State
Stored AndDiscovered - Stored and/or discovered state for an item.