Docs.rs
codama-errors-0.5.2
codama-errors 0.5.2
Permalink
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
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
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
Crate codama_errors
codama_
errors
0.5.2
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