pub trait Body: Debug + Send + Sync { }
The Body trait is used to restrict the types able to implement request body. It is implemented by all xxxRequest types.
Body
xxxRequest