make_marker

Function make_marker 

Source
pub(crate) fn make_marker<'dom>(
    context: &LayoutContext<'_>,
    info: &NodeAndStyleInfo<'dom>,
) -> Option<(NodeAndStyleInfo<'dom>, Vec<PseudoElementContentItem>)>
Expand description