[][src]Type Definition termwiz::error::Result

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

A Result whose error type is a termwiz Error