Type Definition svg::node::Children[][src]

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

Child nodes.