View Source SEO.Breadcrumb.Build protocol (SEO v0.1.10)

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

Link to this section Summary

Types

t()

All the types that implement this protocol.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

Link to this function

build(list_of_items, conn)

View Source
@spec build(term(), Plug.Conn.t()) :: SEO.Breadcrumb.List.t() | nil