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