pub fn with_receive_limits<T>(limits: ReceiveLimits, f: impl FnOnce() -> T) -> TExpand description
Decode under limits for the duration of f — the receiver’s admission gate. Restores the prior
limits afterward (so it nests). Pair with message_from_wire.