Type Definition Result
google_authenticator
type Result<T> = Result<T, GAError>;
A type alias that can be used for fallible functions with google_authenticator.