Type Alias taffy::util::sys::std::ChildrenVec

source ·
pub(crate) type ChildrenVec<A> = Vec<A>;
Expand description

A vector of child nodes

Aliased Type§

struct ChildrenVec<A> { /* private fields */ }