Type Definition rustc_version::Result[][src]

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

The result type for this crate.