Macro rocket::response::stream::ReaderStream

source ·
pub macro ReaderStream($($s:tt)*) {
    ...
}
Expand description

Type and stream expression macro for ReaderStream.

See stream! for the syntax supported by this macro.

See ReaderStream and the module level docs for usage details.