#[connect_impl]Expand description
#[connect_impl] — attribute macro applied to a Connect service impl
block that inserts req.validate()? at the top of every handler method.
Guarantees protovalidate runs for every RPC without relying on per-handler
discipline.