[][src]Macro vial::routes

macro_rules! routes {
    ( $($method:ident $path:expr => $body:expr;)* ) => { ... };
}