pub type StreamBodyResult<T> = Result<T, StreamBodyError>;Expand description
Alias for the Result type returned by streaming responses.
Aliased Type§
pub enum StreamBodyResult<T> {
Ok(T),
Err(StreamBodyError),
}pub type StreamBodyResult<T> = Result<T, StreamBodyError>;Alias for the Result type returned by streaming responses.
pub enum StreamBodyResult<T> {
Ok(T),
Err(StreamBodyError),
}