[][src]Type Definition octocrab::Result

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

A convenience type with a default error type of Octocrab::Error.