pub async fn to_bytes<T>(body: T) -> Result<Bytes, T::Error>where T: Body,
Collects all of the data frames from this body into Bytes.
Bytes