View Source SEO.Breadcrumb.Build protocol (SEO v0.1.3)
Implement build/1
which receives your item and return a SEO.Breadcrumb.List.t
or nil
Link to this section Summary
Link to this section Types
@type t() :: term()
Link to this section Functions
@spec build(term()) :: SEO.Breadcrumb.List.t() | nil