Struct oxide_auth::code_grant::error::AccessTokenError [] [src]

pub struct AccessTokenError { /* fields omitted */ }

Methods

impl AccessTokenError
[src]

Trait Implementations

impl AccessTokenErrorExt for AccessTokenError
[src]

[src]

impl IntoIterator for AccessTokenError
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more