[][src]Module websession::backingstore

BackingStore

The BackingStore trait provides the interfaces for storing user credentials. Default implementations are provided for plain text files and in-memory storage.

Structs

FileBackingStore

File based backing store.

MemoryBackingStore

In memory backing store. Does not persist across restarts. Mostly useful for testing.

Enums

BackingStoreError

Traits

BackingStore

The BackingStore doesn't know about user-IDs vs usernames: the consumer of websession is responsible for being able to change usernames w/o affecting user-IDs.