Skip to main content

Crate cauz

Crate cauz 

Source

Modules§

cauz2

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
err
err2

Structs§

AnyError
The Error type, a wrapper around a dynamic error type.
Error
OsStr
Borrowed reference to an OS string (see OsString).
Path
A slice of a path (akin to str).

Traits§

Cauz
Cauz2
Cauz3
Context
Provides the context method for Result.

Type Aliases§

AnyResult
Result<T, Error>
Result