Docs.rs
tea-error-0.2.2
tea-error 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Teamon9161
Dependencies
anyhow ^1
normal
polars ^0.41.3
normal
optional
thiserror ^1
normal
Versions
0%
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
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
tea_error
0.2.2
All Items
Macros
Structs
Enums
Type Aliases
Crate
tea_error
Copy item path
source
·
[
−
]
Macros
§
anyhow
Construct an ad-hoc error from a string or existing non-
anyhow
error value.
bail
Return early with an error.
ensure
Return early with an error if a condition is not satisfied.
tbail
tensure
terr
Structs
§
ErrInfo
Enums
§
TError
Type Aliases
§
Result
Result<T, Error>
TResult