pub fn create_logical_items(
content: &[InlineContent],
style_overrides: &[StyleOverride],
debug_messages: &mut Option<Vec<LayoutDebugMessage>>,
) -> Vec<LogicalItem>Expand description
ยงPanics
Panics if the scan cursor advances past the end of text (an internal invariant).