Type Definition svg::node::Children

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

Child nodes.