svg::node

Type Alias Children

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

Child nodes.

Aliased Typeยง

struct Children { /* private fields */ }