Module in_memory

Module in_memory 

Available on crate feature alloc only.

Structs§

FilterEntryData 🔒
One topic filter’s lifecycle state. A filter is a single entry with a single state, so it can never be both a confirmed subscription and a separate in-flight SUBSCRIBE at once. The options and subscription id live on the state (see FilterState).
InMemorySession
In-memory implementation of SessionState.
StoredOutboxEntry 🔒