[][src]Type Definition ungrammar::Result

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

A type alias for std's Result with the Error as our error type.