[][src]Type Definition wit_parser::Result

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

A convenience typedef with Error as the default error.