github_rs::github::Result
[−]
[src]
type Result<T> = Result<T, GithubError>;
Result type used throughout all the endpoints to unify them all under one error type and to make the signature heading easier to read