Type Definition ungrammar::Result[][src]

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

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