mongodb-driver v0.5.1 BSON.Binary View Source

Represents BSON binary type

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %BSON.Binary{
  binary: binary(),
  subtype:
    :generic | :function | :binary_old | :uuid_old | :uuid | :md5 | 128..255
}