Function dprint_core::formatting::print [−][src]
pub fn print(print_items: PrintItems, options: PrintOptions) -> StringExpand description
Prints out the print items using the provided options.
Note: This should only be used in rare scenarios. In most cases,
use only dprint_core::formatting::format.