pub type OAuthResult<T> = Result<T, OAuthError>;Expand description
Result type alias for OAuth operations
Aliased Type§
pub enum OAuthResult<T> {
Ok(T),
Err(OAuthError),
}pub type OAuthResult<T> = Result<T, OAuthError>;Result type alias for OAuth operations
pub enum OAuthResult<T> {
Ok(T),
Err(OAuthError),
}