Skip to main content

IntoAuthorizeQueryOutput

Trait IntoAuthorizeQueryOutput 

Source
pub trait IntoAuthorizeQueryOutput {
    // Required method
    fn into_authorize_query_output(self) -> AuthorizeQueryOutput;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoAuthorizeQueryOutput for (AuthorizationDecisions, Headers)

Source§

impl IntoAuthorizeQueryOutput for (Headers, AuthorizationDecisions)

Implementors§