Skip to main content

get

Macro get 

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