Type Alias microformats_types::NodeList

source ·
pub type NodeList = Vec<PropertyValue>;
Expand description

A helper type for representing a list of property values.

Aliased Type§

struct NodeList { /* private fields */ }