Function dprint_core::formatting::conditions::if_above_width

source ·
pub fn if_above_width(width: u8, items: PrintItems) -> Condition
Expand description

Prints the provided items when the current relative column number is above the specified width.