[][src]Crate dprint_core

Structs

Condition

Conditionally print items based on a condition.

ConditionProperties

Properties for the condition.

Info

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 getResolvedInfo method.

PrintOptions

Options for printing the print items.

Printer
ResolveConditionContext

Context used when resolving a condition.

WriterInfo

Information about a certain location being printed.

Enums

PrintItem

The different items the printer could encounter.

Type Definitions

ConditionResolver

Function used to resolve a condition.

RawString

Represents a string that should be formatted as-is.