pub type Result<T> = Result<T, ExternalAuthError>;Expand description
Result type returned by external authentication helpers.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ExternalAuthError),
}pub type Result<T> = Result<T, ExternalAuthError>;Result type returned by external authentication helpers.
pub enum Result<T> {
Ok(T),
Err(ExternalAuthError),
}