vector::sinks::splunk_hec::common::service

Trait ResponseExt

Source
pub trait ResponseExt {
    // Required method
    fn body(&self) -> &Bytes;
}

Required Methods§

Source

fn body(&self) -> &Bytes

Implementations on Foreign Types§

Source§

impl ResponseExt for Response<Bytes>

Source§

fn body(&self) -> &Bytes

Implementors§