macro_rules! doc_write {
($buffer:expr, [ $( $element:expr ),* $(,)? ]) => { ... };
}Expand description
Push a comma-bracketed list of [Format] elements into a [DocBuffer], in order.
macro_rules! doc_write {
($buffer:expr, [ $( $element:expr ),* $(,)? ]) => { ... };
}Push a comma-bracketed list of [Format] elements into a [DocBuffer], in order.