Macro chiisai::routes [] [src]

macro_rules! routes {
    ($(($method: ident, $type: ident, $function: expr))*) => { ... };
}