Docs.rs
codama-errors-0.3.0
codama-errors 0.3.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
lorisleiva
Dependencies
cargo_toml ^0.20
normal
proc-macro2 ^1.0
normal
serde_json ^1.0
normal
syn ^2.0
normal
thiserror ^2.0
normal
Versions
6.9%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
codama_
errors
0.3.0
All Items
Crate Items
Macros
Enums
Traits
Type Aliases
Crate
codama_errors
Copy item path
Source
Macros
§
combine_
errors
Combine multiple results into a single result by combining errors. Note we could use recursion here but the tuple would be nested. E.g. (a, (b, c)) instead of (a, b, c).
Enums
§
Codama
Error
Traits
§
Combine
Errors
Iterator
Combine
Errors
Type Aliases
§
Codama
Result