Expand description
Typed errors for the array engine.
ArrayError is the crate-internal error enum. Every variant maps
into the public NodeDbError::array constructor at the API
boundary via the From impl at the bottom of this file.
Enums§
- Array
Error - Crate-internal error enum.
Type Aliases§
- Array
Result - Crate-internal result alias.