Type Alias microformats_types::Children

source ·
pub type Children = Vec<Item>;
Expand description

A helper type for representing a list of child nodes.

Aliased Type§

struct Children { /* private fields */ }