Type Alias svg::node::Children

source ·
pub type Children = Vec<Box<dyn Node>>;
Expand description

Child nodes.

Aliased Type§

struct Children { /* private fields */ }