Current section

Files

Jump to
exd lib exd query protocols parseable.ex
Raw

lib/exd/query/protocols/parseable.ex

defprotocol Exd.Parseable do
@moduledoc """
Defines protocol for parsing data structures into Exd.Query
"""
def parse(data)
end