pub type Result<T> = Result<T, GitHubError>;Expand description
Result type for GitHub operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(GitHubError),
}pub type Result<T> = Result<T, GitHubError>;Result type for GitHub operations
pub enum Result<T> {
Ok(T),
Err(GitHubError),
}