Macro tsukuyomi::route

source ·
macro_rules! route {
    () => { ... };
    ($uri:expr) => { ... };
    ($uri:expr, method = $METHOD:ident) => { ... };
    ($uri:expr, methods = [$($METHODS:ident),*]) => { ... };
}
Expand description

A macro to start building a Route.