Skip to main content

ClientChunk

Type Alias ClientChunk 

Source
pub type ClientChunk = Result<Bytes, Error>;
Expand description

One item of the client-side stream returned by tee.

Aliased Type§

pub enum ClientChunk {
    Ok(Bytes),
    Err(Error),
}

Variants§

§1.0.0

Ok(Bytes)

Contains the success value

§1.0.0

Err(Error)

Contains the error value