Enum google_authz::Error [−][src]
pub enum Error<E> {
Service(E),
GoogleAuthz(Error),
}Expand description
Represents an inner service error or Google authentication error.
Variants
Service(E)
GoogleAuthz(Error)
Tuple Fields
0: ErrorTrait Implementations
Auto Trait Implementations
impl<E> !RefUnwindSafe for Error<E>
impl<E> !UnwindSafe for Error<E>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
