pub async fn handle_drop_user(
handler_args: HandlerArgs,
user_name: ObjectName,
if_exists: bool,
mode: Option<DropMode>,
) -> Result<RwPgResponse, RwError>
pub async fn handle_drop_user(
handler_args: HandlerArgs,
user_name: ObjectName,
if_exists: bool,
mode: Option<DropMode>,
) -> Result<RwPgResponse, RwError>