☰
PayloadStream
In actix_http
?
Type Definition
actix_http
::
PayloadStream
source
·
[
−
]
pub type PayloadStream =
Pin
<
Box
<dyn
Stream
<Item =
Result
<
Bytes
,
PayloadError
>>>>;
Expand description
A boxed payload.