Skip to main content

options

Macro options 

Source
macro_rules! options {
    ($path:literal, $handler:expr) => { ... };
    ($path:literal, $handler:expr, $($extra:tt)*) => { ... };
}