BSON.Binary (mongodb-driver v1.4.0) View Source

Represents BSON binary type

Link to this section Summary

Link to this section Types

Specs

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