Skip to main content

send_password_authentication_failed

Function send_password_authentication_failed 

Source
async fn send_password_authentication_failed<C>(
    client: &mut C,
) -> PgWireResult<()>
where C: ClientInfo + Sink<PgWireBackendMessage> + Unpin + Send, C::Error: Debug, PgWireError: From<<C as Sink<PgWireBackendMessage>>::Error>,