Traitsยง
- Validate
- A capped request type that enforces its own size and shape limits, so the
cap logic lives once in the wire crate and every port and both servers get
the identical check by construction rather than each remembering to compare
against
crate::limits. The SDK calls it before encoding, the servers call it after decode and before execution.