macro_rules! initialize_server_fn_map {
($req:ty, $res:ty) => { ... };
}
Expand description
Uses the inventory
crate to initialize a map between paths and server functions.
macro_rules! initialize_server_fn_map {
($req:ty, $res:ty) => { ... };
}
Uses the inventory
crate to initialize a map between paths and server functions.