macro_rules! serve_routes {
($c:expr => [$($e:expr),* $(,)?] $(& [$($hoop:expr),+ $(,)?])?) => { ... };
}
Expand description
Start the service with the provided config and defined routers, optionally followed by a list of middleware(globally)
macro_rules! serve_routes {
($c:expr => [$($e:expr),* $(,)?] $(& [$($hoop:expr),+ $(,)?])?) => { ... };
}
Start the service with the provided config and defined routers, optionally followed by a list of middleware(globally)