Type Definition kube_client::client::DynBody
source · pub type DynBody = dyn Body<Data = Bytes, Error = BoxError> + Send + Unpin;
Available on crate feature
client
only.Expand description
HTTP body of a dynamic backing type.
The suggested implementation type is hyper::Body
.