Trait odoo_api::jsonrpc::request::OdooApiMethod
source · pub trait OdooApiMethodwhere
Self: Sized + Debug + Serialize + JsonRpcParams<Container<Self> = OdooApiContainer<Self>>,
Self::Container<Self>: Debug + Serialize,{
fn describe(&self) -> (&'static str, &'static str);
fn _build(self) -> JsonRpcRequest<Self> { ... }
}
Expand description
An Odoo “API” (JSON-RPC) request type
Required Methods§
Provided Methods§
sourcefn _build(self) -> JsonRpcRequest<Self>
fn _build(self) -> JsonRpcRequest<Self>
Build self
into a full JsonRpcRequest