Expand description
Error type and Result alias used throughout indexbus-kit.
Error type used by indexbus-kit.
This crate intentionally uses a small, string-backed error type. It is designed for:
- application wiring layers,
- ergonomic glue between substrate crates,
- simple error surfaces in examples.
For structured classification, prefer using the underlying substrate crate errors directly.
Structs§
- Error
- A lightweight, human-readable error.
Type Aliases§
- Result
- Result type used by
indexbus-kitAPIs.