Expand description
An in-memory TicketSource — the read-only reference implementation,
analogous to gonzalo_vector::MemoryVectorIndex. Useful for tests and for
ingesting hand-built tickets without a network connector.
Structs§
- InMemory
Source - A fixed set of tickets served from memory. Read-only: write methods inherit
the trait’s
Unsupporteddefaults.