Crate logins

source ·

Modules§

Macros§

Structs§

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].