Skip to main content

write_all

Macro write_all 

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

Writes all provided data to the destination.