guid.h 360 B

123456789101112131415
  1. #pragma once
  2. #include "format_arg.h"
  3. #include <library/cpp/yt/misc/guid.h>
  4. namespace NYT {
  5. ////////////////////////////////////////////////////////////////////////////////
  6. void FormatValue(TStringBuilderBase* builder, TGuid value, TStringBuf /*spec*/);
  7. ////////////////////////////////////////////////////////////////////////////////
  8. } // namespace NYT