Skip to main content

to_bytes

Function to_bytes 

Source
pub async fn to_bytes<I>(item: I) -> Result<Bytes, <I::Body as Body>::Error>
where I: IntoBody,