Current section

Files

Jump to
fireball src objects@collection.erl
Raw

src/objects@collection.erl

-module(objects@collection).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([collection/0]).
-type collection() :: {collection, binary(), binary()}.