Modules§
Macros§
- Tell the application to log a breadcrumb
- Tell the application to report an error
Structs§
- A login stored in the database
- A login stored in the database
- A login entered by the user
- Login data specific to database records
- LoginEntry fields that are stored encrypted
Enums§
- Logins error type These are “internal” errors used by the implementation. This error type is never returned to the consumer.
- Error::InvalidLogin subtypes
Traits§
Functions§
- Called by the sync manager to get a sync engine via the store previously registered with the sync manager.
Type Aliases§
Attribute Macros§
- A procedural macro that exposes internal errors to external errors the consuming applications should handle. It requires that the internal error implements [
error_support::ErrorHandling
].