pub type MyBody = Body;
Type alias for the HTTP body type used throughout the crate.
This uses Axum’s body type for compatibility with the web framework.
pub struct MyBody(/* private fields */);