mysqladm::server::sql::user_operations

Function unsafe_user_exists

Source
async fn unsafe_user_exists(
    db_user: &str,
    connection: &mut MySqlConnection,
) -> Result<bool, Error>