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