Skip to main content

stream

Macro stream 

Source
macro_rules! stream {
    ($($data:expr),* $(,)? => $dest:expr) => { ... };
}
Expand description

Writes all arguments to a byte buffer, taking each as a reference.