View Source SEO.Site.Build protocol (SEO v0.1.9)
Implement build/2
which receives your item and conn and returns a SEO.Site.t
or nil
Summary
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec build(term(), Plug.Conn.t()) :: SEO.Site.t() | nil