Current section
Files
Jump to
Current section
Files
lib/layers/utils/object_id/object_id_string_to.ex
defimpl String.Chars, for: BSON.ObjectId do
def to_string(bson_id) do
BSON.ObjectId.encode!(bson_id)
end
end