pub type StreamingReplayResult<T> = Result<T, StreamingReplayError>;Expand description
Result type for streaming replay operations.
Aliased Type§
pub enum StreamingReplayResult<T> {
Ok(T),
Err(StreamingReplayError),
}pub type StreamingReplayResult<T> = Result<T, StreamingReplayError>;Result type for streaming replay operations.
pub enum StreamingReplayResult<T> {
Ok(T),
Err(StreamingReplayError),
}