Macro pdf_extract::dictionary
source ยท macro_rules! dictionary { () => { ... }; ($( $key: expr => $value: expr ),+ ,) => { ... }; ($( $key: expr => $value: expr ),*) => { ... }; }
macro_rules! dictionary { () => { ... }; ($( $key: expr => $value: expr ),+ ,) => { ... }; ($( $key: expr => $value: expr ),*) => { ... }; }