struct Guid
Defined at line 26 of file ../../src/storage/volume_image/utils/guid.h
Public Methods
fpromise::result<std::string, std::string> ToString (std::span<const uint8_t> guid)
Returns a string containing the representation of |guid|.
On error returns a string describing the error condition.
Defined at line 121 of file ../../src/storage/volume_image/utils/guid.cc
fpromise::result<std::array<uint8_t, kGuidLength>, std::string> FromString (std::span<const char> guid)
Returns an array containing the byte representation of |guid|.
On error returns a string describing the error condition.
Defined at line 153 of file ../../src/storage/volume_image/utils/guid.cc