Type Definition hrpc::body::BodyResult[][src]

pub type BodyResult = Result<Bytes, BoxError>;
Expand description

Type of the item that a Body produces.