Skip to main content

StreamEntry

Type Alias StreamEntry 

Source
pub type StreamEntry = (String, Vec<(String, String)>);
Expand description

Optional trait for cache backends that support event streaming

ยงType Definitions

  • StreamEntry - A single entry in a stream: (id, fields) where fields are Vec<(key, value)>