Expand description
Error type and result alias used across the crate.
arena-lib exposes a single Error enum so callers can match on every
failure mode without juggling per-module error types. New variants may be
introduced in minor releases — match using _ => to stay forward-compatible.
Enums§
- Error
- Failure modes returned by the public APIs of
arena-lib.