#pragma once #include "format_arg.h" #include namespace NYT { //////////////////////////////////////////////////////////////////////////////// void FormatValue(TStringBuilderBase* builder, TGuid value, TStringBuf /*spec*/); //////////////////////////////////////////////////////////////////////////////// } // namespace NYT