fn group_inline_nodes(nodes: Vec<NodeRef<'_>>) -> Vec<NodeGroup<'_>>
Expand description

Group subsequent nodes that are inline.

Allows to group nodes by widget that will need to be constructed.