Crate peace_rt_model_core

Source
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§

output
params
Serializable data to initialize resources in a CmdContext.

Structs§

IndexMap
A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
ItemsStateStoredStale
Items whose stored and discovered state are not equal.
ParamsSpecsDeserializeError
StatesDeserializeError

Enums§

ApplyCmdError
Error applying changes to items.
Error
Peace runtime errors.
NativeError
Peace runtime errors.
StateDowncastError
Error downcasting a BoxDtDisplay into an item’s concrete state type.
StateStoredAndDiscovered
Stored and/or discovered state for an item.

Attribute Macros§

async_trait