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