Docs.rs
odoo-api-0.2.0
odoo-api 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ryanc-me
Dependencies
odoo-api-macros ^0.2
normal
rand ^0.8.5
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_tuple ^0.5.0
normal
thiserror ^1.0
normal
Versions
57.23%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In odoo_api
?
Type Definition
odoo_api
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Convenience wrapper on the std
Result