Type Definition carli::error::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

A specialized Result that may be an error with an exit status.

Trait Implementations

Adds context to an error result using a closure that produces a string. Read more