delete_dbaas_postgres_user

Function delete_dbaas_postgres_user 

Source
pub async fn delete_dbaas_postgres_user(
    configuration: &Configuration,
    service_name: &str,
    username: &str,
) -> Result<Operation, Error<DeleteDbaasPostgresUserError>>