#include "components/feed/core/v2/enums.h"
#include <ostream>
#include <string_view>
namespace feed {
std::ostream& operator<<(std::ostream& out, NetworkRequestType value) { … }
std::ostream& operator<<(std::ostream& out, LoadStreamStatus value) { … }
bool IsLoadingSuccessfulAndFresh(LoadStreamStatus status) { … }
std::ostream& operator<<(std::ostream& out, UploadActionsStatus value) { … }
std::ostream& operator<<(std::ostream& out, UploadActionsBatchStatus value) { … }
std::ostream& operator<<(std::ostream& out, WebFeedRefreshStatus value) { … }
std::string_view ToString(UserSettingsOnStart v) { … }
std::ostream& operator<<(std::ostream& out, UserSettingsOnStart value) { … }
}