Expand description
Shared error and result types for the crate.
Enums§
- Dialogue
Error - All errors that can be produced by compilation or runtime execution.
Type Aliases§
- Result
- Alias for
Result<T, DialogueError>.
Shared error and result types for the crate.
Result<T, DialogueError>.