[][src]Function yukikaze::extractor::raw_bytes

pub async fn raw_bytes<S, I, E>(
    __arg0: S,
    encoding: ContentEncoding,
    limit: Option<usize>
) -> Result<Bytes, BodyReadError> where
    S: HttpBody<Data = I, Error = E> + Unpin,
    I: Into<Bytes> + Buf,
    E: Into<BodyReadError>, 

Extracts body as bytes from Stream

Params: