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

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

The terminal result type.