vector
0.43.0
ResponseExt
Required Methods
body
Implementations on Foreign Types
Response<Bytes>
Implementors
In vector::sinks::splunk_hec::common::service
Trait
vector
::
sinks
::
splunk_hec
::
common
::
service
::
ResponseExt
Copy item path
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
§