[][src]Type Definition gcemeta::Result

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

Wrapper for the Result type with an Error.