macro_rules! external_view_endpoints {
($mod_name:ident ( $($endpoint_name:ident => $method_name:ident)* ) ) => { ... };
}
macro_rules! external_view_endpoints {
($mod_name:ident ( $($endpoint_name:ident => $method_name:ident)* ) ) => { ... };
}