frenzy/lib/frenzy/pipeline/extractor.ex

4 lines
133 B
Elixir
Raw Normal View History

defmodule Frenzy.Pipeline.Extractor do
@callback extract(Floki.html_tree()) :: {:ok, Floki.html_tree()} | {:error, String.t()}
end