pub type PutRkyv = Put<RkyvEncoding>;Expand description
Pass arguments and receive responses as rkyv in a PUT request.
Note: Browser support for PUT requests without JS/WASM may be poor.
Consider using a POST request if functionality without JS/WASM is required.
Aliased Typeยง
pub struct PutRkyv(/* private fields */);