Type Definition aitch::Result[][src]

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

A type alias to make working with Result<T, aitch::Error> more convenient.