//! Session store PAL.
// A fake used only to drive unit tests, so it is test infrastructure rather
// than product code and carries no coverage expectations of its own.
// How a stored id encodes its state. A persistence detail of the store
// implementations, so it stays inside the slice that owns them.
pub use *;
pub use *;
pub use *;
pub use *;