[][src]Module titlefmt::expression

Expression module.

Structs

Evaluation

Result of a a complete or partial evaluation of a title formatting expression. An Evaluation holds a result value, as well as a truth boolean used for sub-expressions between square brackets []. If a sub-expression receives true as a truth value, then it will appear in the result. If the truth value is to false, then it will be hidden.

Expression

A title formatting expression.

FunctionCall

A function call.

Enums

Item

An item of a formatting expression.

Value

A value corresponding to a complete or partial evaluation of a title formatting expression.