RawChildren

Type Alias RawChildren 

Source
pub type RawChildren = InlineVec<NodeHandle, INLINED_SUBNODES>;
Expand description

The type of vector for children of an HTML tag

Aliased Typeยง

pub struct RawChildren(/* private fields */);