Struct odoo_api::jsonrpc::request::OdooApiContainer
source · pub struct OdooApiContainer<T>where
T: OdooApiMethod + JsonRpcParams<Container<T> = Self>,{ /* private fields */ }
Expand description
The container type for an Odoo “API” (JSON-RPC) request
For more info, see super::JsonRpcParams