Macro rocket::response::stream::ByteStream
source ยท pub macro ByteStream($($s:tt)*) { ... }
Expand description
Type and stream expression macro for ByteStream
.
See stream!
for the syntax
supported by this macro.
See ByteStream
and the module level
docs for usage details.