Module inline_config

Source

Structs§

DisabledRange 🔒
A disabled formatting range. loose designates that the range includes any loc which may start in between start and end, whereas the strict version requires that range.start >= loc.start <=> loc.end <= range.end
InlineConfig
An inline config. Keeps track of ranges which should not be formatted.
NextItemFinderAst 🔒
An AST visitor that finds the first Item that starts after a given offset.
NextItemFinderHir 🔒
A HIR visitor that finds the first Item that starts after a given offset.

Enums§

InlineConfigItem
An inline config item
InvalidInlineConfigItem