[][src]Type Definition rustc_version::Result

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

The result type for this crate.