Skip to main content

head

Macro head 

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