pub trait HelixRequestBody {
    fn try_to_body(&self) -> Result<Bytes, BodyError>;
}
Available on crate feature helix only.
Expand description

Create a body. Used for specializing request bodies

Required Methods

Create the body

Implementations on Foreign Types

Implementors