[][src]Trait twitch_api2::helix::RequestPatch

pub trait RequestPatch: Request {
    type Body: Serialize;
    fn body(&self, body: &Self::Body) -> Result<String, Error> { ... }
}

Helix endpoint PATCHs information

Associated Types

type Body: Serialize

Body parameters

Loading content...

Provided methods

fn body(&self, body: &Self::Body) -> Result<String, Error>

Create body text from RequestPost::Body

Loading content...

Implementors

Loading content...