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