[][src]Type Definition unwind::Result

type Result<T> = Result<T, Error>;
[]

The result type returned by functions in this crate.