View Source SEO.Twitter.Build protocol (SEO v0.1.9)

Implement build/2 which receives your item and conn and returns a SEO.Twitter.t or nil

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

@spec build(term(), Plug.Conn.t()) :: SEO.Twitter.t() | nil