pub type AuthenticationResult<T> = Result<T, AuthenticationError>;
Aliased Type§
pub enum AuthenticationResult<T> {
Ok(T),
Err(AuthenticationError),
}
pub type AuthenticationResult<T> = Result<T, AuthenticationError>;
pub enum AuthenticationResult<T> {
Ok(T),
Err(AuthenticationError),
}