blob: 75edbce5dbb42671ad8ffd29034644c096d2d350 (
plain) (
tree)
|
|
#include <library/cpp/yt/misc/guid.h>
#include "format.h"
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
void FormatValue(TStringBuilderBase* builder, TGuid value, TStringBuf /*format*/);
TString ToString(TGuid guid);
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT
|