Macro simple_excel_writer::row [] [src]

macro_rules! row {
    ($( $x:expr ),*) => { ... };
}