actix_
web_
lab
0.19.2
Module util
Module Items
Structs
Functions
In crate actix_
web_
lab
actix_web_lab
Module
util
Copy item path
source
Expand description
Utilities for working with Actix Web types.
Structs
§
Infallible
Stream
Converts stream with item
T
into
Result<T, Infallible>
.
Functions
§
fork_
request_
payload
Returns an effectively cloned payload that supports streaming efficiently.