Module superfilter::ast [] [src]

Abstract syntax tree structures

Modules

block
block_statements
color
expression
import
mixin
transform
var

Structs

AstLocation
Comment
Filter

Enums

BlockLevelNode
TransformedNode

Holds fully transformed nodes that can be rendered. Calls to methods of the TransformResult trait on the inner values can be performed with no explicit conversion because this struct implements Deref into &TransformResult.