pub trait IsRequest { type Response; const PROTOCOL: Protocol; }
Common properties of any Request.
Request
Each request has a corresponding Response.
Response
What protocol this Request implements.