Crate barley_runtime
source ·Expand description
Structs
- A context for running actions.
- Callbacks for the context.
- The
Errortype, a wrapper around a dynamic error type. - A unique identifier for an action.
Enums
- The output of an action.
Traits
- A measurable, reversible task.
- The abstract interface for a context.
Type Definitions
Result<T, Error>
Attribute Macros
- Apply the required features to an
Actionstruct.