[][src]Type Definition garbage::Result

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

Result convenience type for the Error type