Microdata v0.2.0 Microdata.Strategy behaviour View Source
Defines the required interface for a strategy to extract microdata from a Meeseeks.Document
.
Returns a (possibly empty) list of Microdata.Item
structs.
Link to this section Summary
Link to this section Callbacks
Link to this callback
parse_items(arg0)
View Source
parse_items(Meeseeks.Document.t()) :: [Microdata.Item.t()]