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.
pub macro ReaderStream($($s:tt)*) {
...
}
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.