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

pub struct AuthorizationError { /* fields omitted */ }

Methods

impl AuthorizationError
[src]

Trait Implementations

impl AuthorizationErrorExt for AuthorizationError
[src]

[src]

impl IntoIterator for AuthorizationError
[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