Module dprint_core::formatting::conditions
source · [−]Structs
Functions
This condition can be used to force the printer to jump back to the point this condition exists at once the provided info is resolved.
Prints the provided items when the current relative column number is above the specified width.
Prints the provided true_items when the current relative column number is above the specified width or prints the false_items otherwise.