pub trait MsgPackRequest {
// Required method
fn msgpack<T: Serialize + ?Sized>(self, msgpack: &T) -> CResult<Self>
where Self: Sized;
}Expand description
MessagePack writer to reqwest::RequestBuilder.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl MsgPackRequest for RequestBuilder
Available on crate features cresult and reqwest only.
impl MsgPackRequest for RequestBuilder
Available on crate features
cresult and reqwest only.