pub const fn no_request_endpoints()Expand description
The value request_endpoints! hands back when given no endpoints — the empty RequestEndpointSet.
A named constructor so the macro needn’t expand to a bare (), which clippy::unused_unit
flags at every call site.