Type Definition Result
unwind
type Result<T> = Result<T, Error>;
The result type returned by functions in this crate.