Module dprint_core::formatting [−][src]
Modules
Structs
Conditionally print items based on a condition.
Properties for the condition.
Context used when resolving a condition.
Can be used to get information at a certain location being printed. These can be resolved by providing the info object to a condition context’s get_resolved_info(&info) method.
Print Items
Print Node
A fast implementation of RefCell
Options for printing the print items.
A container that holds the string’s value and character count.
Information about a certain location being printed.
Enums
Functions
Function to create the provided print items and print them out as a string.
Prints out the print items using the provided options.
Type Definitions
Function used to resolve a condition.