Expand description
API definitions and related utilities.
Structs§
- Client
- The client for interacting with the Datamaxi+ API.
- Config
- The configuration for the Datamaxi+ API client.
- Error
- The Error type.
Enums§
- Error
Kind - The kind of an error.
Traits§
- Datamaxi
- A trait that defines the required methods for interacting with the Datamaxi+ API.
- Result
Ext - Additional methods for
Result, for easy interaction with this crate.
Type Aliases§
- Result
- Convenient wrapper around
std::Result.