macro_rules! write_all {
($dest:expr; $($data:expr),* $(,)?) => { ... };
}Expand description
Writes all provided data to the destination.
macro_rules! write_all {
($dest:expr; $($data:expr),* $(,)?) => { ... };
}Writes all provided data to the destination.