type PersistStateUpdate = ((Result<SourceData, String>, Result<(), String>), Timestamp, i64);
Expand description
Version of StateUpdateKind
that is stored directly in persist.
type PersistStateUpdate = ((Result<SourceData, String>, Result<(), String>), Timestamp, i64);
Version of StateUpdateKind
that is stored directly in persist.