Skip to main content

write

Macro write 

Source
macro_rules! write {
    ($formatter:expr, [$($content:expr),* $(,)?]) => { ... };
}