Struct odoo_api::jsonrpc::request::JsonRpcRequest
source · pub struct JsonRpcRequest<T>where
T: JsonRpcParams + Serialize + Debug,
T::Container<T>: Debug + Serialize,{ /* private fields */ }
Expand description
A struct representing the full JSON-RPC request body
See JsonRpcParams
for more info about the strange params
field type.