pub type ResponseItems<B, J> = Vec<ResponseItem<B, J>>;
Expand description

Things we send over the network as a response to the request.

Aliased Type§

struct ResponseItems<B, J> {
    buf: RawVec<ResponseItem<B, J>>,
    len: usize,
}

Fields§

§buf: RawVec<ResponseItem<B, J>>§len: usize